Html Css Color HEX #C90A28 Fire Engine Red

📋 copy color: '#C90A28'

red 201 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #C90A28

Tints of Fire Engine Red #C90A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

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

R = 80.08%
G = 3.98%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90A28 (or 0xC90A28) is known color: Fire Engine Red. HEX triplet: C9, 0A and 28. RGB value is (201,10,40). Sum of RGB (Red+Green+Blue) = 201+10+40=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90A28 is #36F5D7. Grayscale: #464646. Windows color (decimal): -3601880 or 2624201. OLE color: 2624201.

HSL color Cylindrical-coordinate representation of color #C90A28: hue angle of 350.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90A28 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 10 40 -
CMYK 0 0.95 0.80 0.21
HSL 350.58º 0.91% 0.41% -
HSV(B) 350.58º 0.95% 0.79% -
XYZ 24.58 12.79 3.18 -
YUV 70.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 201 10 40 0 0.95 0.80 0.21 350.58 0.91 0.41
Hex C9 A 28 0 5F 50 15 15F 5B 29
Octal 311 12 50 0 137 120 25 537 133 51
Binary 11001001 1010 101000 0 1011111 1010000 10101 101011111 1011011 101001

Color Harmonies of #C90A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90A28

Black with #C90A28

Text Example


Text Example

White with #C90A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90A28; }

 p { color: rgb(201,10,40); }

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

background-color css

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

 a { background-color: rgb(201,10,40); }

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

border-color css

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

 span { border-color: rgb(201,10,40); }

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