Html Css Color HEX #D92004 Harley Davidson Orange

📋 copy color: '#D92004'

red 217 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #D92004

Tints of Harley Davidson Orange #D92004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 85.77%
G = 12.65%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D92004 (or 0xD92004) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 04. RGB value is (217,32,4). Sum of RGB (Red+Green+Blue) = 217+32+4=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D92004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92004 is #26DFFB. Grayscale: #545454. Windows color (decimal): -2547708 or 270553. OLE color: 270553.

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

Color convert

RGB 217 32 4 -
CMYK 0 0.85 0.98 0.15
HSL 7.89º 0.96% 0.43% -
HSV(B) 7.89º 0.98% 0.85% -
XYZ 29.15 15.79 1.63 -
YUV 84.12 82.79 222.78 -
System Red Green Blue C M Y K H S L
Decimal 217 32 4 0 0.85 0.98 0.15 7.89 0.96 0.43
Hex D9 20 4 0 55 62 F 8 60 2B
Octal 331 40 4 0 125 142 17 10 140 53
Binary 11011001 100000 100 0 1010101 1100010 1111 1000 1100000 101011

Color Harmonies of #D92004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92004

Black with #D92004

Text Example


Text Example

White with #D92004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92004; }

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

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

background-color css

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

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

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

border-color css

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

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

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