Html Css Color HEX #D93C09 Harley Davidson Orange

📋 copy color: '#D93C09'

red 217 ◦ green 60 ◦ blue 9

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

Shades of Harley Davidson Orange #D93C09

Tints of Harley Davidson Orange #D93C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

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

R = 75.87%
G = 20.98%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93C09 (or 0xD93C09) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 09. RGB value is (217,60,9). Sum of RGB (Red+Green+Blue) = 217+60+9=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93C09 is #26C3F6. Grayscale: #656565. Windows color (decimal): -2540535 or 605401. OLE color: 605401.

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

Color convert

RGB 217 60 9 -
CMYK 0 0.72 0.96 0.15
HSL 14.71º 0.92% 0.44% -
HSV(B) 14.71º 0.96% 0.85% -
XYZ 30.28 18 2.14 -
YUV 101.13 76.01 210.65 -
System Red Green Blue C M Y K H S L
Decimal 217 60 9 0 0.72 0.96 0.15 14.71 0.92 0.44
Hex D9 3C 9 0 48 60 F F 5C 2C
Octal 331 74 11 0 110 140 17 17 134 54
Binary 11011001 111100 1001 0 1001000 1100000 1111 1111 1011100 101100

Color Harmonies of #D93C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C09

Black with #D93C09

Text Example


Text Example

White with #D93C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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