Html Css Color HEX #D93C08 Harley Davidson Orange

📋 copy color: '#D93C08'

red 217 ◦ green 60 ◦ blue 8

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

Shades of Harley Davidson Orange #D93C08

Tints of Harley Davidson Orange #D93C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.81%

R = 76.14%
G = 21.05%
B = 2.81%

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

#D93C08 (or 0xD93C08) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 08. RGB value is (217,60,8). Sum of RGB (Red+Green+Blue) = 217+60+8=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93C08 is #26C3F7. Grayscale: #656565. Windows color (decimal): -2540536 or 539865. OLE color: 539865.

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

Color convert

RGB 217 60 8 -
CMYK 0 0.72 0.96 0.15
HSL 14.93º 0.93% 0.44% -
HSV(B) 14.93º 0.96% 0.85% -
XYZ 30.27 18 2.11 -
YUV 101.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 217 60 8 0 0.72 0.96 0.15 14.93 0.93 0.44
Hex D9 3C 8 0 48 60 F F 5D 2C
Octal 331 74 10 0 110 140 17 17 135 54
Binary 11011001 111100 1000 0 1001000 1100000 1111 1111 1011101 101100

Color Harmonies of #D93C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C08

Black with #D93C08

Text Example


Text Example

White with #D93C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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