Html Css Color HEX #C41822 Fire Engine Red

📋 copy color: '#C41822'

red 196 ◦ green 24 ◦ blue 34

#C41822
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C41822

Tints of Fire Engine Red #C41822

RGB

 RED value IS 196 (76.95% from 255) = 77.17%

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 77.17%
G = 9.45%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41822 (or 0xC41822) is known color: Fire Engine Red. HEX triplet: C4, 18 and 22. RGB value is (196,24,34). Sum of RGB (Red+Green+Blue) = 196+24+34=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41822 is #3BE7DD. Grayscale: #4C4C4C. Windows color (decimal): -3925982 or 2234564. OLE color: 2234564.

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

Color convert

RGB 196 24 34 -
CMYK 0 0.88 0.83 0.23
HSL 356.51º 0.78% 0.43% -
HSV(B) 356.51º 0.88% 0.77% -
XYZ 23.38 12.5 2.69 -
YUV 76.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 196 24 34 0 0.88 0.83 0.23 356.51 0.78 0.43
Hex C4 18 22 0 58 53 17 165 4E 2B
Octal 304 30 42 0 130 123 27 545 116 53
Binary 11000100 11000 100010 0 1011000 1010011 10111 101100101 1001110 101011

Color Harmonies of #C41822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41822

Black with #C41822

Text Example


Text Example

White with #C41822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41822; }

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

 H1.HeaderClassName
 {
   color: #C41822;
 }
 .AnyTagClassName
 {
   color: #C41822;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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