Html Css Color HEX #C22026 Fire Engine Red

📋 copy color: '#C22026'

red 194 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #C22026

Tints of Fire Engine Red #C22026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 73.48%
G = 12.12%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C22026 (or 0xC22026) is known color: Fire Engine Red. HEX triplet: C2, 20 and 26. RGB value is (194,32,38). Sum of RGB (Red+Green+Blue) = 194+32+38=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C22026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22026 is #3DDFD9. Grayscale: #515151. Windows color (decimal): -4055002 or 2498754. OLE color: 2498754.

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

Color convert

RGB 194 32 38 -
CMYK 0 0.84 0.80 0.24
HSL 357.78º 0.72% 0.44% -
HSV(B) 357.78º 0.84% 0.76% -
XYZ 23.11 12.64 3.06 -
YUV 81.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 194 32 38 0 0.84 0.80 0.24 357.78 0.72 0.44
Hex C2 20 26 0 54 50 18 166 48 2C
Octal 302 40 46 0 124 120 30 546 110 54
Binary 11000010 100000 100110 0 1010100 1010000 11000 101100110 1001000 101100

Color Harmonies of #C22026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22026

Black with #C22026

Text Example


Text Example

White with #C22026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22026; }

 p { color: rgb(194,32,38); }

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

background-color css

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

 a { background-color: rgb(194,32,38); }

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

border-color css

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

 span { border-color: rgb(194,32,38); }

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