Html Css Color HEX #C41823 Fire Engine Red

📋 copy color: '#C41823'

red 196 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #C41823

Tints of Fire Engine Red #C41823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 76.86%
G = 9.41%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C41823 (or 0xC41823) is known color: Fire Engine Red. HEX triplet: C4, 18 and 23. RGB value is (196,24,35). Sum of RGB (Red+Green+Blue) = 196+24+35=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41823 is #3BE7DC. Grayscale: #4C4C4C. Windows color (decimal): -3925981 or 2300100. OLE color: 2300100.

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

Color convert

RGB 196 24 35 -
CMYK 0 0.88 0.82 0.23
HSL 356.16º 0.78% 0.43% -
HSV(B) 356.16º 0.88% 0.77% -
XYZ 23.39 12.51 2.77 -
YUV 76.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 196 24 35 0 0.88 0.82 0.23 356.16 0.78 0.43
Hex C4 18 23 0 58 52 17 164 4E 2B
Octal 304 30 43 0 130 122 27 544 116 53
Binary 11000100 11000 100011 0 1011000 1010010 10111 101100100 1001110 101011

Color Harmonies of #C41823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41823

Black with #C41823

Text Example


Text Example

White with #C41823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41823; }

 p { color: rgb(196,24,35); }

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

background-color css

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

 a { background-color: rgb(196,24,35); }

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

border-color css

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

 span { border-color: rgb(196,24,35); }

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