Html Css Color HEX #C21020 Fire Engine Red

📋 copy color: '#C21020'

red 194 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #C21020

Tints of Fire Engine Red #C21020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 80.17%
G = 6.61%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C21020 (or 0xC21020) is known color: Fire Engine Red. HEX triplet: C2, 10 and 20. RGB value is (194,16,32). Sum of RGB (Red+Green+Blue) = 194+16+32=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21020 is #3DEFDF. Grayscale: #474747. Windows color (decimal): -4059104 or 2101442. OLE color: 2101442.

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

Color convert

RGB 194 16 32 -
CMYK 0 0.92 0.84 0.24
HSL 354.61º 0.85% 0.41% -
HSV(B) 354.61º 0.92% 0.76% -
XYZ 22.69 11.94 2.48 -
YUV 71.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 194 16 32 0 0.92 0.84 0.24 354.61 0.85 0.41
Hex C2 10 20 0 5C 54 18 163 55 29
Octal 302 20 40 0 134 124 30 543 125 51
Binary 11000010 10000 100000 0 1011100 1010100 11000 101100011 1010101 101001

Color Harmonies of #C21020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21020

Black with #C21020

Text Example


Text Example

White with #C21020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21020; }

 p { color: rgb(194,16,32); }

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

background-color css

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

 a { background-color: rgb(194,16,32); }

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

border-color css

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

 span { border-color: rgb(194,16,32); }

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