Html Css Color HEX #D90C23 Fire Engine Red

📋 copy color: '#D90C23'

red 217 ◦ green 12 ◦ blue 35

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

Shades of Fire Engine Red #D90C23

Tints of Fire Engine Red #D90C23

RGB

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

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

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

R = 82.2%
G = 4.55%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D90C23 (or 0xD90C23) is known color: Fire Engine Red. HEX triplet: D9, 0C and 23. RGB value is (217,12,35). Sum of RGB (Red+Green+Blue) = 217+12+35=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C23 is #26F3DC. Grayscale: #4C4C4C. Windows color (decimal): -2552797 or 2297049. OLE color: 2297049.

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

Color convert

RGB 217 12 35 -
CMYK 0 0.94 0.84 0.15
HSL 353.27º 0.9% 0.45% -
HSV(B) 353.27º 0.94% 0.85% -
XYZ 29.05 15.14 2.98 -
YUV 75.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 217 12 35 0 0.94 0.84 0.15 353.27 0.9 0.45
Hex D9 C 23 0 5E 54 F 161 5A 2D
Octal 331 14 43 0 136 124 17 541 132 55
Binary 11011001 1100 100011 0 1011110 1010100 1111 101100001 1011010 101101

Color Harmonies of #D90C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C23

Black with #D90C23

Text Example


Text Example

White with #D90C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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