#c31822

Color #C31822 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C31822

Tints of Fire Engine Red #C31822

Color information

#C31822 (or 0xC31822) is unknown color: approx Fire Engine Red. HEX triplet: C3, 18 and 22. RGB value is (195,24,34). Sum of RGB (Red+Green+Blue) = 195+24+34=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31822 is #3CE7DD. Grayscale: #4C4C4C. Windows color (decimal): -3991518 or 2234563. OLE color: 2234563.

HSL color Cylindrical-coordinate representation of color #C31822: hue angle of 356.49º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31822 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB1952434-
CMYK00.880.830.24
HSL356.49º78.08%42.94%-
HSV(B)356.49º87.69%76.47%-
XYZ23.1212.372.68-
YUV76.27104.15212.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 77.08%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 34 (13.67% from 255) = 13.44%
R=77.08%
G=9.49%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195243400.880.830.24356.4978.0842.94
HexC3182205853181644e2b
Octal303304201301233054411653
Binary1100001111000100010010110001010011110001011001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c31822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c31822; }

 p { color: rgb(195,24,34); }

 H1.HeaderClassName
 {
   color: #c31822;
 }
 .AnyTagClassName
 {
   color: #c31822;
 }
</style>
background-color css

<style>
 a { background-color: #c31822; }

 a { background-color: rgb(195,24,34); }

 div.DivClassName
 {
   background-color: #c31822;
 }
 .BgClassName
 {
   background-color: #c31822;
 }
</style>
border-color css

<style>
 span { border-color: #c31822; }

 span { border-color: rgb(195,24,34); }

 td.TdClassName
 {
   border-color: #c31822;
 }
 .TagClassName
 {
   border-color: #c31822;
 }
</style>