Html Css Color HEX #D93D0E Harley Davidson Orange

📋 copy color: '#D93D0E'

red 217 ◦ green 61 ◦ blue 14

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

Shades of Harley Davidson Orange #D93D0E

Tints of Harley Davidson Orange #D93D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 74.32%
G = 20.89%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D93D0E (or 0xD93D0E) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 0E. RGB value is (217,61,14). Sum of RGB (Red+Green+Blue) = 217+61+14=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D0E is #26C2F1. Grayscale: #666666. Windows color (decimal): -2540274 or 933337. OLE color: 933337.

HSL color Cylindrical-coordinate representation of color #D93D0E: hue angle of 13.89º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D93D0E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 61 14 -
CMYK 0 0.72 0.94 0.15
HSL 13.89º 0.88% 0.45% -
HSV(B) 13.89º 0.94% 0.85% -
XYZ 30.36 18.12 2.31 -
YUV 102.29 78.18 209.82 -
System Red Green Blue C M Y K H S L
Decimal 217 61 14 0 0.72 0.94 0.15 13.89 0.88 0.45
Hex D9 3D E 0 48 5E F E 58 2D
Octal 331 75 16 0 110 136 17 16 130 55
Binary 11011001 111101 1110 0 1001000 1011110 1111 1110 1011000 101101

Color Harmonies of #D93D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D0E

Black with #D93D0E

Text Example


Text Example

White with #D93D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D0E; }

 p { color: rgb(217,61,14); }

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

background-color css

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

 a { background-color: rgb(217,61,14); }

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

border-color css

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

 span { border-color: rgb(217,61,14); }

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