Html Css Color HEX #D93309 Harley Davidson Orange

📋 copy color: '#D93309'

red 217 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #D93309

Tints of Harley Davidson Orange #D93309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 78.34%
G = 18.41%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93309 (or 0xD93309) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 09. RGB value is (217,51,9). Sum of RGB (Red+Green+Blue) = 217+51+9=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D93309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93309 is #26CCF6. Grayscale: #606060. Windows color (decimal): -2542839 or 603097. OLE color: 603097.

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

Color convert

RGB 217 51 9 -
CMYK 0 0.76 0.96 0.15
HSL 12.12º 0.92% 0.44% -
HSV(B) 12.12º 0.96% 0.85% -
XYZ 29.85 17.14 1.99 -
YUV 95.85 79 214.42 -
System Red Green Blue C M Y K H S L
Decimal 217 51 9 0 0.76 0.96 0.15 12.12 0.92 0.44
Hex D9 33 9 0 4C 60 F C 5C 2C
Octal 331 63 11 0 114 140 17 14 134 54
Binary 11011001 110011 1001 0 1001100 1100000 1111 1100 1011100 101100

Color Harmonies of #D93309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93309

Black with #D93309

Text Example


Text Example

White with #D93309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93309; }

 p { color: rgb(217,51,9); }

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

background-color css

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

 a { background-color: rgb(217,51,9); }

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

border-color css

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

 span { border-color: rgb(217,51,9); }

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