Html Css Color HEX #D90C1F Fire Engine Red

📋 copy color: '#D90C1F'

red 217 ◦ green 12 ◦ blue 31

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

Shades of Fire Engine Red #D90C1F

Tints of Fire Engine Red #D90C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 83.46%
G = 4.62%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D90C1F (or 0xD90C1F) is known color: Fire Engine Red. HEX triplet: D9, 0C and 1F. RGB value is (217,12,31). Sum of RGB (Red+Green+Blue) = 217+12+31=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C1F is #26F3E0. Grayscale: #4B4B4B. Windows color (decimal): -2552801 or 2034905. OLE color: 2034905.

HSL color Cylindrical-coordinate representation of color #D90C1F: hue angle of 354.44º 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 #D90C1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 31 -
CMYK 0 0.94 0.86 0.15
HSL 354.44º 0.9% 0.45% -
HSV(B) 354.44º 0.94% 0.85% -
XYZ 28.99 15.11 2.69 -
YUV 75.46 102.92 228.96 -
System Red Green Blue C M Y K H S L
Decimal 217 12 31 0 0.94 0.86 0.15 354.44 0.9 0.45
Hex D9 C 1F 0 5E 56 F 162 5A 2D
Octal 331 14 37 0 136 126 17 542 132 55
Binary 11011001 1100 11111 0 1011110 1010110 1111 101100010 1011010 101101

Color Harmonies of #D90C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C1F

Black with #D90C1F

Text Example


Text Example

White with #D90C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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