Html Css Color HEX #C41922 Fire Engine Red

📋 copy color: '#C41922'

red 196 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #C41922

Tints of Fire Engine Red #C41922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 76.86%
G = 9.8%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41922 (or 0xC41922) is known color: Fire Engine Red. HEX triplet: C4, 19 and 22. RGB value is (196,25,34). Sum of RGB (Red+Green+Blue) = 196+25+34=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41922 is #3BE6DD. Grayscale: #4D4D4D. Windows color (decimal): -3925726 or 2234820. OLE color: 2234820.

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

Color convert

RGB 196 25 34 -
CMYK 0 0.87 0.83 0.23
HSL 356.84º 0.77% 0.43% -
HSV(B) 356.84º 0.87% 0.77% -
XYZ 23.4 12.55 2.7 -
YUV 77.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 196 25 34 0 0.87 0.83 0.23 356.84 0.77 0.43
Hex C4 19 22 0 57 53 17 165 4D 2B
Octal 304 31 42 0 127 123 27 545 115 53
Binary 11000100 11001 100010 0 1010111 1010011 10111 101100101 1001101 101011

Color Harmonies of #C41922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41922

Black with #C41922

Text Example


Text Example

White with #C41922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41922; }

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

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

background-color css

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

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

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

border-color css

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

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

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