Html Css Color HEX #C21122 Fire Engine Red

📋 copy color: '#C21122'

red 194 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #C21122

Tints of Fire Engine Red #C21122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

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

R = 79.18%
G = 6.94%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C21122 (or 0xC21122) is known color: Fire Engine Red. HEX triplet: C2, 11 and 22. RGB value is (194,17,34). Sum of RGB (Red+Green+Blue) = 194+17+34=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C21122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21122 is #3DEEDD. Grayscale: #474747. Windows color (decimal): -4058846 or 2232770. OLE color: 2232770.

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

Color convert

RGB 194 17 34 -
CMYK 0 0.91 0.82 0.24
HSL 354.24º 0.84% 0.41% -
HSV(B) 354.24º 0.91% 0.76% -
XYZ 22.74 11.99 2.63 -
YUV 71.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 194 17 34 0 0.91 0.82 0.24 354.24 0.84 0.41
Hex C2 11 22 0 5B 52 18 162 54 29
Octal 302 21 42 0 133 122 30 542 124 51
Binary 11000010 10001 100010 0 1011011 1010010 11000 101100010 1010100 101001

Color Harmonies of #C21122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21122

Black with #C21122

Text Example


Text Example

White with #C21122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21122; }

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

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

background-color css

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

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

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

border-color css

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

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

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