Html Css Color HEX #C21221 Fire Engine Red

📋 copy color: '#C21221'

red 194 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #C21221

Tints of Fire Engine Red #C21221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 79.18%
G = 7.35%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21221 (or 0xC21221) is known color: Fire Engine Red. HEX triplet: C2, 12 and 21. RGB value is (194,18,33). Sum of RGB (Red+Green+Blue) = 194+18+33=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C21221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21221 is #3DEDDE. Grayscale: #484848. Windows color (decimal): -4058591 or 2167490. OLE color: 2167490.

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

Color convert

RGB 194 18 33 -
CMYK 0 0.91 0.83 0.24
HSL 354.89º 0.83% 0.42% -
HSV(B) 354.89º 0.91% 0.76% -
XYZ 22.74 12.01 2.56 -
YUV 72.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 194 18 33 0 0.91 0.83 0.24 354.89 0.83 0.42
Hex C2 12 21 0 5B 53 18 163 53 2A
Octal 302 22 41 0 133 123 30 543 123 52
Binary 11000010 10010 100001 0 1011011 1010011 11000 101100011 1010011 101010

Color Harmonies of #C21221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21221

Black with #C21221

Text Example


Text Example

White with #C21221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21221; }

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

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

background-color css

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

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

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

border-color css

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

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

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