Html Css Color HEX #C20F2B Fire Engine Red

📋 copy color: '#C20F2B'

red 194 ◦ green 15 ◦ blue 43

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

Shades of Fire Engine Red #C20F2B

Tints of Fire Engine Red #C20F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 76.98%
G = 5.95%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C20F2B (or 0xC20F2B) is known color: Fire Engine Red. HEX triplet: C2, 0F and 2B. RGB value is (194,15,43). Sum of RGB (Red+Green+Blue) = 194+15+43=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F2B is #3DF0D4. Grayscale: #474747. Windows color (decimal): -4059349 or 2822082. OLE color: 2822082.

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

Color convert

RGB 194 15 43 -
CMYK 0 0.92 0.78 0.24
HSL 350.61º 0.86% 0.41% -
HSV(B) 350.61º 0.92% 0.76% -
XYZ 22.86 11.99 3.39 -
YUV 71.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 194 15 43 0 0.92 0.78 0.24 350.61 0.86 0.41
Hex C2 F 2B 0 5C 4E 18 15F 56 29
Octal 302 17 53 0 134 116 30 537 126 51
Binary 11000010 1111 101011 0 1011100 1001110 11000 101011111 1010110 101001

Color Harmonies of #C20F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F2B

Black with #C20F2B

Text Example


Text Example

White with #C20F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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