Html Css Color HEX #C41927 Fire Engine Red

📋 copy color: '#C41927'

red 196 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #C41927

Tints of Fire Engine Red #C41927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 75.38%
G = 9.62%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C41927 (or 0xC41927) is known color: Fire Engine Red. HEX triplet: C4, 19 and 27. RGB value is (196,25,39). Sum of RGB (Red+Green+Blue) = 196+25+39=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C41927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41927 is #3BE6D8. Grayscale: #4D4D4D. Windows color (decimal): -3925721 or 2562500. OLE color: 2562500.

HSL color Cylindrical-coordinate representation of color #C41927: hue angle of 355.09º 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 #C41927 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 39 -
CMYK 0 0.87 0.80 0.23
HSL 355.09º 0.77% 0.43% -
HSV(B) 355.09º 0.87% 0.77% -
XYZ 23.48 12.58 3.11 -
YUV 77.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 196 25 39 0 0.87 0.80 0.23 355.09 0.77 0.43
Hex C4 19 27 0 57 50 17 163 4D 2B
Octal 304 31 47 0 127 120 27 543 115 53
Binary 11000100 11001 100111 0 1010111 1010000 10111 101100011 1001101 101011

Color Harmonies of #C41927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41927

Black with #C41927

Text Example


Text Example

White with #C41927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41927; }

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

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

background-color css

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

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

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

border-color css

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

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

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