Html Css Color HEX #C20B29 Fire Engine Red

📋 copy color: '#C20B29'

red 194 ◦ green 11 ◦ blue 41

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

Shades of Fire Engine Red #C20B29

Tints of Fire Engine Red #C20B29

RGB

 RED value IS 194 (76.17% from 255) = 78.86%

 GREEN value IS 11 (4.69% from 255) = 4.47%

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

R = 78.86%
G = 4.47%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20B29 (or 0xC20B29) is known color: Fire Engine Red. HEX triplet: C2, 0B and 29. RGB value is (194,11,41). Sum of RGB (Red+Green+Blue) = 194+11+41=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B29 is #3DF4D6. Grayscale: #454545. Windows color (decimal): -4060375 or 2689986. OLE color: 2689986.

HSL color Cylindrical-coordinate representation of color #C20B29: hue angle of 350.16º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B29 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 11 41 -
CMYK 0 0.94 0.79 0.24
HSL 350.16º 0.89% 0.4% -
HSV(B) 350.16º 0.94% 0.76% -
XYZ 22.77 11.87 3.19 -
YUV 69.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 194 11 41 0 0.94 0.79 0.24 350.16 0.89 0.4
Hex C2 B 29 0 5E 4F 18 15E 59 28
Octal 302 13 51 0 136 117 30 536 131 50
Binary 11000010 1011 101001 0 1011110 1001111 11000 101011110 1011001 101000

Color Harmonies of #C20B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20B29

Black with #C20B29

Text Example


Text Example

White with #C20B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20B29; }

 p { color: rgb(194,11,41); }

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

background-color css

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

 a { background-color: rgb(194,11,41); }

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

border-color css

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

 span { border-color: rgb(194,11,41); }

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