Html Css Color HEX #D93420 Harley Davidson Orange

📋 copy color: '#D93420'

red 217 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #D93420

Tints of Harley Davidson Orange #D93420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 72.09%
G = 17.28%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D93420 (or 0xD93420) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 20. RGB value is (217,52,32). Sum of RGB (Red+Green+Blue) = 217+52+32=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D93420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93420 is #26CBDF. Grayscale: #636363. Windows color (decimal): -2542560 or 2110681. OLE color: 2110681.

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

Color convert

RGB 217 52 32 -
CMYK 0 0.76 0.85 0.15
HSL 6.49º 0.74% 0.49% -
HSV(B) 6.49º 0.85% 0.85% -
XYZ 30.1 17.31 3.12 -
YUV 99.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 217 52 32 0 0.76 0.85 0.15 6.49 0.74 0.49
Hex D9 34 20 0 4C 55 F 6 4A 31
Octal 331 64 40 0 114 125 17 6 112 61
Binary 11011001 110100 100000 0 1001100 1010101 1111 110 1001010 110001

Color Harmonies of #D93420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93420

Black with #D93420

Text Example


Text Example

White with #D93420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93420; }

 p { color: rgb(217,52,32); }

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

background-color css

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

 a { background-color: rgb(217,52,32); }

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

border-color css

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

 span { border-color: rgb(217,52,32); }

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