Html Css Color HEX #C22427 Fire Engine Red

📋 copy color: '#C22427'

red 194 ◦ green 36 ◦ blue 39

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

Shades of Fire Engine Red #C22427

Tints of Fire Engine Red #C22427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 72.12%
G = 13.38%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C22427 (or 0xC22427) is known color: Fire Engine Red. HEX triplet: C2, 24 and 27. RGB value is (194,36,39). Sum of RGB (Red+Green+Blue) = 194+36+39=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C22427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22427 is #3DDBD8. Grayscale: #535353. Windows color (decimal): -4053977 or 2565314. OLE color: 2565314.

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

Color convert

RGB 194 36 39 -
CMYK 0 0.81 0.80 0.24
HSL 358.86º 0.69% 0.45% -
HSV(B) 358.86º 0.81% 0.76% -
XYZ 23.25 12.88 3.18 -
YUV 83.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 194 36 39 0 0.81 0.80 0.24 358.86 0.69 0.45
Hex C2 24 27 0 51 50 18 167 45 2D
Octal 302 44 47 0 121 120 30 547 105 55
Binary 11000010 100100 100111 0 1010001 1010000 11000 101100111 1000101 101101

Color Harmonies of #C22427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22427

Black with #C22427

Text Example


Text Example

White with #C22427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22427; }

 p { color: rgb(194,36,39); }

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

background-color css

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

 a { background-color: rgb(194,36,39); }

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

border-color css

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

 span { border-color: rgb(194,36,39); }

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