Html Css Color HEX #D90C20 Fire Engine Red

📋 copy color: '#D90C20'

red 217 ◦ green 12 ◦ blue 32

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

Shades of Fire Engine Red #D90C20

Tints of Fire Engine Red #D90C20

RGB

 RED value IS 217 (85.16% from 255) = 83.14%

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 83.14%
G = 4.6%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D90C20 (or 0xD90C20) is known color: Fire Engine Red. HEX triplet: D9, 0C and 20. RGB value is (217,12,32). Sum of RGB (Red+Green+Blue) = 217+12+32=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C20 is #26F3DF. Grayscale: #4B4B4B. Windows color (decimal): -2552800 or 2100441. OLE color: 2100441.

HSL color Cylindrical-coordinate representation of color #D90C20: hue angle of 354.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C20 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 32 -
CMYK 0 0.94 0.85 0.15
HSL 354.15º 0.9% 0.45% -
HSV(B) 354.15º 0.94% 0.85% -
XYZ 29.01 15.12 2.76 -
YUV 75.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 217 12 32 0 0.94 0.85 0.15 354.15 0.9 0.45
Hex D9 C 20 0 5E 55 F 162 5A 2D
Octal 331 14 40 0 136 125 17 542 132 55
Binary 11011001 1100 100000 0 1011110 1010101 1111 101100010 1011010 101101

Color Harmonies of #D90C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C20

Black with #D90C20

Text Example


Text Example

White with #D90C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C20; }

 p { color: rgb(217,12,32); }

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

background-color css

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

 a { background-color: rgb(217,12,32); }

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

border-color css

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

 span { border-color: rgb(217,12,32); }

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