Html Css Color HEX #C41726 Fire Engine Red

📋 copy color: '#C41726'

red 196 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #C41726

Tints of Fire Engine Red #C41726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 38 (15.23% from 255) = 14.79%

R = 76.26%
G = 8.95%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41726 (or 0xC41726) is known color: Fire Engine Red. HEX triplet: C4, 17 and 26. RGB value is (196,23,38). Sum of RGB (Red+Green+Blue) = 196+23+38=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41726 is #3BE8D9. Grayscale: #4C4C4C. Windows color (decimal): -3926234 or 2496452. OLE color: 2496452.

HSL color Cylindrical-coordinate representation of color #C41726: hue angle of 354.8º degrees, saturation: 0.79, 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 #C41726 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 38 -
CMYK 0 0.88 0.81 0.23
HSL 354.8º 0.79% 0.43% -
HSV(B) 354.8º 0.88% 0.77% -
XYZ 23.42 12.49 3.01 -
YUV 76.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 196 23 38 0 0.88 0.81 0.23 354.8 0.79 0.43
Hex C4 17 26 0 58 51 17 163 4F 2B
Octal 304 27 46 0 130 121 27 543 117 53
Binary 11000100 10111 100110 0 1011000 1010001 10111 101100011 1001111 101011

Color Harmonies of #C41726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41726

Black with #C41726

Text Example


Text Example

White with #C41726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41726; }

 p { color: rgb(196,23,38); }

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

background-color css

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

 a { background-color: rgb(196,23,38); }

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

border-color css

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

 span { border-color: rgb(196,23,38); }

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