Html Css Color HEX #C20F21 Fire Engine Red

📋 copy color: '#C20F21'

red 194 ◦ green 15 ◦ blue 33

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

Shades of Fire Engine Red #C20F21

Tints of Fire Engine Red #C20F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 80.17%
G = 6.2%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C20F21 (or 0xC20F21) is known color: Fire Engine Red. HEX triplet: C2, 0F and 21. RGB value is (194,15,33). Sum of RGB (Red+Green+Blue) = 194+15+33=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F21 is #3DF0DE. Grayscale: #464646. Windows color (decimal): -4059359 or 2166722. OLE color: 2166722.

HSL color Cylindrical-coordinate representation of color #C20F21: hue angle of 353.97º 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 #C20F21 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 15 33 -
CMYK 0 0.92 0.83 0.24
HSL 353.97º 0.86% 0.41% -
HSV(B) 353.97º 0.92% 0.76% -
XYZ 22.69 11.92 2.54 -
YUV 70.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 194 15 33 0 0.92 0.83 0.24 353.97 0.86 0.41
Hex C2 F 21 0 5C 53 18 162 56 29
Octal 302 17 41 0 134 123 30 542 126 51
Binary 11000010 1111 100001 0 1011100 1010011 11000 101100010 1010110 101001

Color Harmonies of #C20F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F21

Black with #C20F21

Text Example


Text Example

White with #C20F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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