Html Css Color HEX #C40829 Fire Engine Red

📋 copy color: '#C40829'

red 196 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #C40829

Tints of Fire Engine Red #C40829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 80%
G = 3.27%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40829 (or 0xC40829) is known color: Fire Engine Red. HEX triplet: C4, 08 and 29. RGB value is (196,8,41). Sum of RGB (Red+Green+Blue) = 196+8+41=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C40829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40829 is #3BF7D6. Grayscale: #444444. Windows color (decimal): -3930071 or 2689220. OLE color: 2689220.

HSL color Cylindrical-coordinate representation of color #C40829: hue angle of 349.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40829 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 41 -
CMYK 0 0.96 0.79 0.23
HSL 349.47º 0.92% 0.4% -
HSV(B) 349.47º 0.96% 0.77% -
XYZ 23.25 12.07 3.2 -
YUV 67.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 196 8 41 0 0.96 0.79 0.23 349.47 0.92 0.4
Hex C4 8 29 0 60 4F 17 15D 5C 28
Octal 304 10 51 0 140 117 27 535 134 50
Binary 11000100 1000 101001 0 1100000 1001111 10111 101011101 1011100 101000

Color Harmonies of #C40829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40829

Black with #C40829

Text Example


Text Example

White with #C40829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40829; }

 p { color: rgb(196,8,41); }

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

background-color css

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

 a { background-color: rgb(196,8,41); }

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

border-color css

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

 span { border-color: rgb(196,8,41); }

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