Html Css Color HEX #D93D14 Harley Davidson Orange

📋 copy color: '#D93D14'

red 217 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #D93D14

Tints of Harley Davidson Orange #D93D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 72.82%
G = 20.47%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93D14 (or 0xD93D14) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 14. RGB value is (217,61,20). Sum of RGB (Red+Green+Blue) = 217+61+20=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D14 is #26C2EB. Grayscale: #676767. Windows color (decimal): -2540268 or 1326553. OLE color: 1326553.

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

Color convert

RGB 217 61 20 -
CMYK 0 0.72 0.91 0.15
HSL 12.49º 0.83% 0.46% -
HSV(B) 12.49º 0.91% 0.85% -
XYZ 30.41 18.14 2.56 -
YUV 102.97 81.18 209.33 -
System Red Green Blue C M Y K H S L
Decimal 217 61 20 0 0.72 0.91 0.15 12.49 0.83 0.46
Hex D9 3D 14 0 48 5B F C 53 2E
Octal 331 75 24 0 110 133 17 14 123 56
Binary 11011001 111101 10100 0 1001000 1011011 1111 1100 1010011 101110

Color Harmonies of #D93D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D14

Black with #D93D14

Text Example


Text Example

White with #D93D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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