Html Css Color HEX #D93005 Harley Davidson Orange

📋 copy color: '#D93005'

red 217 ◦ green 48 ◦ blue 5

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

Shades of Harley Davidson Orange #D93005

Tints of Harley Davidson Orange #D93005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 80.37%
G = 17.78%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93005 (or 0xD93005) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 05. RGB value is (217,48,5). Sum of RGB (Red+Green+Blue) = 217+48+5=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D93005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93005 is #26CFFA. Grayscale: #5D5D5D. Windows color (decimal): -2543611 or 340185. OLE color: 340185.

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

Color convert

RGB 217 48 5 -
CMYK 0 0.78 0.98 0.15
HSL 12.17º 0.95% 0.44% -
HSV(B) 12.17º 0.98% 0.85% -
XYZ 29.7 16.88 1.84 -
YUV 93.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 217 48 5 0 0.78 0.98 0.15 12.17 0.95 0.44
Hex D9 30 5 0 4E 62 F C 5F 2C
Octal 331 60 5 0 116 142 17 14 137 54
Binary 11011001 110000 101 0 1001110 1100010 1111 1100 1011111 101100

Color Harmonies of #D93005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93005

Black with #D93005

Text Example


Text Example

White with #D93005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93005; }

 p { color: rgb(217,48,5); }

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

background-color css

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

 a { background-color: rgb(217,48,5); }

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

border-color css

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

 span { border-color: rgb(217,48,5); }

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