Html Css Color HEX #D93C1E Harley Davidson Orange

📋 copy color: '#D93C1E'

red 217 ◦ green 60 ◦ blue 30

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

Shades of Harley Davidson Orange #D93C1E

Tints of Harley Davidson Orange #D93C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 70.68%
G = 19.54%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D93C1E (or 0xD93C1E) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 1E. RGB value is (217,60,30). Sum of RGB (Red+Green+Blue) = 217+60+30=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C1E is #26C3E1. Grayscale: #676767. Windows color (decimal): -2540514 or 1981657. OLE color: 1981657.

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

Color convert

RGB 217 60 30 -
CMYK 0 0.72 0.86 0.15
HSL 9.63º 0.76% 0.48% -
HSV(B) 9.63º 0.86% 0.85% -
XYZ 30.47 18.08 3.11 -
YUV 103.52 86.51 208.94 -
System Red Green Blue C M Y K H S L
Decimal 217 60 30 0 0.72 0.86 0.15 9.63 0.76 0.48
Hex D9 3C 1E 0 48 56 F A 4C 30
Octal 331 74 36 0 110 126 17 12 114 60
Binary 11011001 111100 11110 0 1001000 1010110 1111 1010 1001100 110000

Color Harmonies of #D93C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C1E

Black with #D93C1E

Text Example


Text Example

White with #D93C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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