Html Css Color HEX #D93905 Harley Davidson Orange

📋 copy color: '#D93905'

red 217 ◦ green 57 ◦ blue 5

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

Shades of Harley Davidson Orange #D93905

Tints of Harley Davidson Orange #D93905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 77.78%
G = 20.43%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93905 (or 0xD93905) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 05. RGB value is (217,57,5). Sum of RGB (Red+Green+Blue) = 217+57+5=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D93905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93905 is #26C6FA. Grayscale: #636363. Windows color (decimal): -2541307 or 342489. OLE color: 342489.

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

Color convert

RGB 217 57 5 -
CMYK 0 0.74 0.98 0.15
HSL 14.72º 0.95% 0.44% -
HSV(B) 14.72º 0.98% 0.85% -
XYZ 30.11 17.69 1.97 -
YUV 98.91 75.01 212.23 -
System Red Green Blue C M Y K H S L
Decimal 217 57 5 0 0.74 0.98 0.15 14.72 0.95 0.44
Hex D9 39 5 0 4A 62 F F 5F 2C
Octal 331 71 5 0 112 142 17 17 137 54
Binary 11011001 111001 101 0 1001010 1100010 1111 1111 1011111 101100

Color Harmonies of #D93905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93905

Black with #D93905

Text Example


Text Example

White with #D93905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93905; }

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

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

background-color css

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

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

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

border-color css

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

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

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