Html Css Color HEX #C21421 Fire Engine Red

📋 copy color: '#C21421'

red 194 ◦ green 20 ◦ blue 33

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

Shades of Fire Engine Red #C21421

Tints of Fire Engine Red #C21421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 78.54%
G = 8.1%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21421 (or 0xC21421) is known color: Fire Engine Red. HEX triplet: C2, 14 and 21. RGB value is (194,20,33). Sum of RGB (Red+Green+Blue) = 194+20+33=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C21421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21421 is #3DEBDE. Grayscale: #494949. Windows color (decimal): -4058079 or 2168002. OLE color: 2168002.

HSL color Cylindrical-coordinate representation of color #C21421: hue angle of 355.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21421 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 33 -
CMYK 0 0.90 0.83 0.24
HSL 355.52º 0.81% 0.42% -
HSV(B) 355.52º 0.9% 0.76% -
XYZ 22.77 12.08 2.57 -
YUV 73.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 194 20 33 0 0.90 0.83 0.24 355.52 0.81 0.42
Hex C2 14 21 0 5A 53 18 164 51 2A
Octal 302 24 41 0 132 123 30 544 121 52
Binary 11000010 10100 100001 0 1011010 1010011 11000 101100100 1010001 101010

Color Harmonies of #C21421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21421

Black with #C21421

Text Example


Text Example

White with #C21421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21421; }

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

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

background-color css

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

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

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

border-color css

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

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

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