Html Css Color HEX #C90E1E Fire Engine Red

📋 copy color: '#C90E1E'

red 201 ◦ green 14 ◦ blue 30

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

Shades of Fire Engine Red #C90E1E

Tints of Fire Engine Red #C90E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 82.04%
G = 5.71%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C90E1E (or 0xC90E1E) is known color: Fire Engine Red. HEX triplet: C9, 0E and 1E. RGB value is (201,14,30). Sum of RGB (Red+Green+Blue) = 201+14+30=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E1E is #36F1E1. Grayscale: #474747. Windows color (decimal): -3600866 or 1969865. OLE color: 1969865.

HSL color Cylindrical-coordinate representation of color #C90E1E: hue angle of 354.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E1E is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 14 30 -
CMYK 0 0.93 0.85 0.21
HSL 354.87º 0.87% 0.42% -
HSV(B) 354.87º 0.93% 0.79% -
XYZ 24.48 12.83 2.41 -
YUV 71.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 201 14 30 0 0.93 0.85 0.21 354.87 0.87 0.42
Hex C9 E 1E 0 5D 55 15 163 57 2A
Octal 311 16 36 0 135 125 25 543 127 52
Binary 11001001 1110 11110 0 1011101 1010101 10101 101100011 1010111 101010

Color Harmonies of #C90E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90E1E

Black with #C90E1E

Text Example


Text Example

White with #C90E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90E1E; }

 p { color: rgb(201,14,30); }

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

background-color css

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

 a { background-color: rgb(201,14,30); }

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

border-color css

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

 span { border-color: rgb(201,14,30); }

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