Html Css Color HEX #C9212B Fire Engine Red

📋 copy color: '#C9212B'

red 201 ◦ green 33 ◦ blue 43

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

Shades of Fire Engine Red #C9212B

Tints of Fire Engine Red #C9212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 72.56%
G = 11.91%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9212B (or 0xC9212B) is known color: Fire Engine Red. HEX triplet: C9, 21 and 2B. RGB value is (201,33,43). Sum of RGB (Red+Green+Blue) = 201+33+43=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9212B is #36DED4. Grayscale: #545454. Windows color (decimal): -3595989 or 2826697. OLE color: 2826697.

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

Color convert

RGB 201 33 43 -
CMYK 0 0.84 0.79 0.21
HSL 356.43º 0.72% 0.46% -
HSV(B) 356.43º 0.84% 0.79% -
XYZ 25.07 13.68 3.6 -
YUV 84.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 201 33 43 0 0.84 0.79 0.21 356.43 0.72 0.46
Hex C9 21 2B 0 54 4F 15 164 48 2E
Octal 311 41 53 0 124 117 25 544 110 56
Binary 11001001 100001 101011 0 1010100 1001111 10101 101100100 1001000 101110

Color Harmonies of #C9212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9212B

Black with #C9212B

Text Example


Text Example

White with #C9212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9212B; }

 p { color: rgb(201,33,43); }

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

background-color css

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

 a { background-color: rgb(201,33,43); }

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

border-color css

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

 span { border-color: rgb(201,33,43); }

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