Html Css Color HEX #C22128 Fire Engine Red

📋 copy color: '#C22128'

red 194 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #C22128

Tints of Fire Engine Red #C22128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 72.66%
G = 12.36%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22128 (or 0xC22128) is known color: Fire Engine Red. HEX triplet: C2, 21 and 28. RGB value is (194,33,40). Sum of RGB (Red+Green+Blue) = 194+33+40=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C22128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22128 is #3DDED7. Grayscale: #525252. Windows color (decimal): -4054744 or 2630082. OLE color: 2630082.

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

Color convert

RGB 194 33 40 -
CMYK 0 0.83 0.79 0.24
HSL 357.39º 0.71% 0.45% -
HSV(B) 357.39º 0.83% 0.76% -
XYZ 23.17 12.71 3.24 -
YUV 81.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 194 33 40 0 0.83 0.79 0.24 357.39 0.71 0.45
Hex C2 21 28 0 53 4F 18 165 47 2D
Octal 302 41 50 0 123 117 30 545 107 55
Binary 11000010 100001 101000 0 1010011 1001111 11000 101100101 1000111 101101

Color Harmonies of #C22128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22128

Black with #C22128

Text Example


Text Example

White with #C22128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22128; }

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

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

background-color css

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

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

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

border-color css

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

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

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