Html Css Color HEX #D93214 Harley Davidson Orange

📋 copy color: '#D93214'

red 217 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #D93214

Tints of Harley Davidson Orange #D93214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

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

R = 75.61%
G = 17.42%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93214 (or 0xD93214) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 14. RGB value is (217,50,20). Sum of RGB (Red+Green+Blue) = 217+50+20=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D93214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93214 is #26CDEB. Grayscale: #606060. Windows color (decimal): -2543084 or 1323737. OLE color: 1323737.

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

Color convert

RGB 217 50 20 -
CMYK 0 0.77 0.91 0.15
HSL 9.14º 0.83% 0.46% -
HSV(B) 9.14º 0.91% 0.85% -
XYZ 29.88 17.08 2.38 -
YUV 96.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 217 50 20 0 0.77 0.91 0.15 9.14 0.83 0.46
Hex D9 32 14 0 4D 5B F 9 53 2E
Octal 331 62 24 0 115 133 17 11 123 56
Binary 11011001 110010 10100 0 1001101 1011011 1111 1001 1010011 101110

Color Harmonies of #D93214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93214

Black with #D93214

Text Example


Text Example

White with #D93214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93214; }

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

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

background-color css

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

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

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

border-color css

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

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

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