Html Css Color HEX #C21322 Fire Engine Red

📋 copy color: '#C21322'

red 194 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #C21322

Tints of Fire Engine Red #C21322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 78.54%
G = 7.69%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C21322 (or 0xC21322) is known color: Fire Engine Red. HEX triplet: C2, 13 and 22. RGB value is (194,19,34). Sum of RGB (Red+Green+Blue) = 194+19+34=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C21322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21322 is #3DECDD. Grayscale: #494949. Windows color (decimal): -4058334 or 2233282. OLE color: 2233282.

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

Color convert

RGB 194 19 34 -
CMYK 0 0.90 0.82 0.24
HSL 354.86º 0.82% 0.42% -
HSV(B) 354.86º 0.9% 0.76% -
XYZ 22.77 12.05 2.64 -
YUV 73.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 194 19 34 0 0.90 0.82 0.24 354.86 0.82 0.42
Hex C2 13 22 0 5A 52 18 163 52 2A
Octal 302 23 42 0 132 122 30 543 122 52
Binary 11000010 10011 100010 0 1011010 1010010 11000 101100011 1010010 101010

Color Harmonies of #C21322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21322

Black with #C21322

Text Example


Text Example

White with #C21322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21322; }

 p { color: rgb(194,19,34); }

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

background-color css

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

 a { background-color: rgb(194,19,34); }

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

border-color css

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

 span { border-color: rgb(194,19,34); }

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