Html Css Color HEX #C20F28 Fire Engine Red

📋 copy color: '#C20F28'

red 194 ◦ green 15 ◦ blue 40

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

Shades of Fire Engine Red #C20F28

Tints of Fire Engine Red #C20F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 77.91%
G = 6.02%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20F28 (or 0xC20F28) is known color: Fire Engine Red. HEX triplet: C2, 0F and 28. RGB value is (194,15,40). Sum of RGB (Red+Green+Blue) = 194+15+40=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F28 is #3DF0D7. Grayscale: #474747. Windows color (decimal): -4059352 or 2625474. OLE color: 2625474.

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

Color convert

RGB 194 15 40 -
CMYK 0 0.92 0.79 0.24
HSL 351.62º 0.86% 0.41% -
HSV(B) 351.62º 0.92% 0.76% -
XYZ 22.8 11.96 3.12 -
YUV 71.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 194 15 40 0 0.92 0.79 0.24 351.62 0.86 0.41
Hex C2 F 28 0 5C 4F 18 160 56 29
Octal 302 17 50 0 134 117 30 540 126 51
Binary 11000010 1111 101000 0 1011100 1001111 11000 101100000 1010110 101001

Color Harmonies of #C20F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F28

Black with #C20F28

Text Example


Text Example

White with #C20F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F28; }

 p { color: rgb(194,15,40); }

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

background-color css

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

 a { background-color: rgb(194,15,40); }

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

border-color css

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

 span { border-color: rgb(194,15,40); }

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