Html Css Color HEX #C21F21 Fire Engine Red

📋 copy color: '#C21F21'

red 194 ◦ green 31 ◦ blue 33

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

Shades of Fire Engine Red #C21F21

Tints of Fire Engine Red #C21F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

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

R = 75.19%
G = 12.02%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21F21 (or 0xC21F21) is known color: Fire Engine Red. HEX triplet: C2, 1F and 21. RGB value is (194,31,33). Sum of RGB (Red+Green+Blue) = 194+31+33=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F21 is #3DE0DE. Grayscale: #505050. Windows color (decimal): -4055263 or 2170818. OLE color: 2170818.

HSL color Cylindrical-coordinate representation of color #C21F21: hue angle of 359.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F21 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 33 -
CMYK 0 0.84 0.83 0.24
HSL 359.26º 0.72% 0.44% -
HSV(B) 359.26º 0.84% 0.76% -
XYZ 23.01 12.56 2.65 -
YUV 79.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 194 31 33 0 0.84 0.83 0.24 359.26 0.72 0.44
Hex C2 1F 21 0 54 53 18 167 48 2C
Octal 302 37 41 0 124 123 30 547 110 54
Binary 11000010 11111 100001 0 1010100 1010011 11000 101100111 1001000 101100

Color Harmonies of #C21F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F21

Black with #C21F21

Text Example


Text Example

White with #C21F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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