Html Css Color HEX #C41626 Fire Engine Red

📋 copy color: '#C41626'

red 196 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #C41626

Tints of Fire Engine Red #C41626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 76.56%
G = 8.59%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41626 (or 0xC41626) is known color: Fire Engine Red. HEX triplet: C4, 16 and 26. RGB value is (196,22,38). Sum of RGB (Red+Green+Blue) = 196+22+38=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C41626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41626 is #3BE9D9. Grayscale: #4B4B4B. Windows color (decimal): -3926490 or 2496196. OLE color: 2496196.

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

Color convert

RGB 196 22 38 -
CMYK 0 0.89 0.81 0.23
HSL 354.48º 0.8% 0.43% -
HSV(B) 354.48º 0.89% 0.77% -
XYZ 23.4 12.45 3 -
YUV 75.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 196 22 38 0 0.89 0.81 0.23 354.48 0.8 0.43
Hex C4 16 26 0 59 51 17 162 50 2B
Octal 304 26 46 0 131 121 27 542 120 53
Binary 11000100 10110 100110 0 1011001 1010001 10111 101100010 1010000 101011

Color Harmonies of #C41626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41626

Black with #C41626

Text Example


Text Example

White with #C41626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41626; }

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

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

background-color css

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

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

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

border-color css

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

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

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