Html Css Color HEX #C22228 Fire Engine Red

📋 copy color: '#C22228'

red 194 ◦ green 34 ◦ blue 40

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

Shades of Fire Engine Red #C22228

Tints of Fire Engine Red #C22228

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

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

R = 72.39%
G = 12.69%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22228 (or 0xC22228) is known color: Fire Engine Red. HEX triplet: C2, 22 and 28. RGB value is (194,34,40). Sum of RGB (Red+Green+Blue) = 194+34+40=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C22228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22228 is #3DDDD7. Grayscale: #525252. Windows color (decimal): -4054488 or 2630338. OLE color: 2630338.

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

Color convert

RGB 194 34 40 -
CMYK 0 0.82 0.79 0.24
HSL 357.75º 0.7% 0.45% -
HSV(B) 357.75º 0.82% 0.76% -
XYZ 23.2 12.77 3.25 -
YUV 82.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 194 34 40 0 0.82 0.79 0.24 357.75 0.7 0.45
Hex C2 22 28 0 52 4F 18 166 46 2D
Octal 302 42 50 0 122 117 30 546 106 55
Binary 11000010 100010 101000 0 1010010 1001111 11000 101100110 1000110 101101

Color Harmonies of #C22228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22228

Black with #C22228

Text Example


Text Example

White with #C22228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22228; }

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

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

background-color css

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

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

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

border-color css

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

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

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