Html Css Color HEX #D90B23 Fire Engine Red

📋 copy color: '#D90B23'

red 217 ◦ green 11 ◦ blue 35

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

Shades of Fire Engine Red #D90B23

Tints of Fire Engine Red #D90B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 82.51%
G = 4.18%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D90B23 (or 0xD90B23) is known color: Fire Engine Red. HEX triplet: D9, 0B and 23. RGB value is (217,11,35). Sum of RGB (Red+Green+Blue) = 217+11+35=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B23 is #26F4DC. Grayscale: #4B4B4B. Windows color (decimal): -2553053 or 2296793. OLE color: 2296793.

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

Color convert

RGB 217 11 35 -
CMYK 0 0.95 0.84 0.15
HSL 353.01º 0.9% 0.45% -
HSV(B) 353.01º 0.95% 0.85% -
XYZ 29.04 15.11 2.98 -
YUV 75.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 217 11 35 0 0.95 0.84 0.15 353.01 0.9 0.45
Hex D9 B 23 0 5F 54 F 161 5A 2D
Octal 331 13 43 0 137 124 17 541 132 55
Binary 11011001 1011 100011 0 1011111 1010100 1111 101100001 1011010 101101

Color Harmonies of #D90B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B23

Black with #D90B23

Text Example


Text Example

White with #D90B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B23; }

 p { color: rgb(217,11,35); }

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

background-color css

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

 a { background-color: rgb(217,11,35); }

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

border-color css

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

 span { border-color: rgb(217,11,35); }

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