Html Css Color HEX #D90625 Fire Engine Red

📋 copy color: '#D90625'

red 217 ◦ green 6 ◦ blue 37

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

Shades of Fire Engine Red #D90625

Tints of Fire Engine Red #D90625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 83.46%
G = 2.31%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D90625 (or 0xD90625) is known color: Fire Engine Red. HEX triplet: D9, 06 and 25. RGB value is (217,6,37). Sum of RGB (Red+Green+Blue) = 217+6+37=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D90625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90625 is #26F9DA. Grayscale: #484848. Windows color (decimal): -2554331 or 2426585. OLE color: 2426585.

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

Color convert

RGB 217 6 37 -
CMYK 0 0.97 0.83 0.15
HSL 351.18º 0.95% 0.44% -
HSV(B) 351.18º 0.97% 0.85% -
XYZ 29.01 15.02 3.12 -
YUV 72.62 107.9 230.98 -
System Red Green Blue C M Y K H S L
Decimal 217 6 37 0 0.97 0.83 0.15 351.18 0.95 0.44
Hex D9 6 25 0 61 53 F 15F 5F 2C
Octal 331 6 45 0 141 123 17 537 137 54
Binary 11011001 110 100101 0 1100001 1010011 1111 101011111 1011111 101100

Color Harmonies of #D90625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90625

Black with #D90625

Text Example


Text Example

White with #D90625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90625; }

 p { color: rgb(217,6,37); }

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

background-color css

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

 a { background-color: rgb(217,6,37); }

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

border-color css

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

 span { border-color: rgb(217,6,37); }

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