Html Css Color HEX #C41426 Fire Engine Red

📋 copy color: '#C41426'

red 196 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #C41426

Tints of Fire Engine Red #C41426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 77.17%
G = 7.87%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41426 (or 0xC41426) is known color: Fire Engine Red. HEX triplet: C4, 14 and 26. RGB value is (196,20,38). Sum of RGB (Red+Green+Blue) = 196+20+38=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41426 is #3BEBD9. Grayscale: #4A4A4A. Windows color (decimal): -3927002 or 2495684. OLE color: 2495684.

HSL color Cylindrical-coordinate representation of color #C41426: hue angle of 353.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41426 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 38 -
CMYK 0 0.90 0.81 0.23
HSL 353.86º 0.81% 0.42% -
HSV(B) 353.86º 0.9% 0.77% -
XYZ 23.36 12.38 2.99 -
YUV 74.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 196 20 38 0 0.90 0.81 0.23 353.86 0.81 0.42
Hex C4 14 26 0 5A 51 17 162 51 2A
Octal 304 24 46 0 132 121 27 542 121 52
Binary 11000100 10100 100110 0 1011010 1010001 10111 101100010 1010001 101010

Color Harmonies of #C41426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41426

Black with #C41426

Text Example


Text Example

White with #C41426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41426; }

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

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

background-color css

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

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

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

border-color css

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

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

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