Html Css Color HEX #C9222A Fire Engine Red

📋 copy color: '#C9222A'

red 201 ◦ green 34 ◦ blue 42

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

Shades of Fire Engine Red #C9222A

Tints of Fire Engine Red #C9222A

RGB

 RED value IS 201 (78.91% from 255) = 72.56%

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 72.56%
G = 12.27%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9222A (or 0xC9222A) is known color: Fire Engine Red. HEX triplet: C9, 22 and 2A. RGB value is (201,34,42). Sum of RGB (Red+Green+Blue) = 201+34+42=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9222A is #36DDD5. Grayscale: #545454. Windows color (decimal): -3595734 or 2761417. OLE color: 2761417.

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

Color convert

RGB 201 34 42 -
CMYK 0 0.83 0.79 0.21
HSL 357.13º 0.71% 0.46% -
HSV(B) 357.13º 0.83% 0.79% -
XYZ 25.08 13.73 3.52 -
YUV 84.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 201 34 42 0 0.83 0.79 0.21 357.13 0.71 0.46
Hex C9 22 2A 0 53 4F 15 165 47 2E
Octal 311 42 52 0 123 117 25 545 107 56
Binary 11001001 100010 101010 0 1010011 1001111 10101 101100101 1000111 101110

Color Harmonies of #C9222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9222A

Black with #C9222A

Text Example


Text Example

White with #C9222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9222A; }

 p { color: rgb(201,34,42); }

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

background-color css

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

 a { background-color: rgb(201,34,42); }

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

border-color css

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

 span { border-color: rgb(201,34,42); }

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