Html Css Color HEX #D93A14 Harley Davidson Orange

📋 copy color: '#D93A14'

red 217 ◦ green 58 ◦ blue 20

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

Shades of Harley Davidson Orange #D93A14

Tints of Harley Davidson Orange #D93A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 73.56%
G = 19.66%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93A14 (or 0xD93A14) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 14. RGB value is (217,58,20). Sum of RGB (Red+Green+Blue) = 217+58+20=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A14 is #26C5EB. Grayscale: #656565. Windows color (decimal): -2541036 or 1325785. OLE color: 1325785.

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

Color convert

RGB 217 58 20 -
CMYK 0 0.73 0.91 0.15
HSL 11.57º 0.83% 0.46% -
HSV(B) 11.57º 0.91% 0.85% -
XYZ 30.25 17.83 2.51 -
YUV 101.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 217 58 20 0 0.73 0.91 0.15 11.57 0.83 0.46
Hex D9 3A 14 0 49 5B F C 53 2E
Octal 331 72 24 0 111 133 17 14 123 56
Binary 11011001 111010 10100 0 1001001 1011011 1111 1100 1010011 101110

Color Harmonies of #D93A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A14

Black with #D93A14

Text Example


Text Example

White with #D93A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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