Html Css Color HEX #D93C14 Harley Davidson Orange

📋 copy color: '#D93C14'

red 217 ◦ green 60 ◦ blue 20

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

Shades of Harley Davidson Orange #D93C14

Tints of Harley Davidson Orange #D93C14

RGB

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

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

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

R = 73.06%
G = 20.2%
B = 6.73%

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

#D93C14 (or 0xD93C14) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 14. RGB value is (217,60,20). Sum of RGB (Red+Green+Blue) = 217+60+20=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93C14 is #26C3EB. Grayscale: #666666. Windows color (decimal): -2540524 or 1326297. OLE color: 1326297.

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

Color convert

RGB 217 60 20 -
CMYK 0 0.72 0.91 0.15
HSL 12.18º 0.83% 0.46% -
HSV(B) 12.18º 0.91% 0.85% -
XYZ 30.36 18.03 2.54 -
YUV 102.38 81.51 209.75 -
System Red Green Blue C M Y K H S L
Decimal 217 60 20 0 0.72 0.91 0.15 12.18 0.83 0.46
Hex D9 3C 14 0 48 5B F C 53 2E
Octal 331 74 24 0 110 133 17 14 123 56
Binary 11011001 111100 10100 0 1001000 1011011 1111 1100 1010011 101110

Color Harmonies of #D93C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C14

Black with #D93C14

Text Example


Text Example

White with #D93C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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