Html Css Color HEX #D93502 Harley Davidson Orange

📋 copy color: '#D93502'

red 217 ◦ green 53 ◦ blue 2

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

Shades of Harley Davidson Orange #D93502

Tints of Harley Davidson Orange #D93502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 79.78%
G = 19.49%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D93502 (or 0xD93502) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 02. RGB value is (217,53,2). Sum of RGB (Red+Green+Blue) = 217+53+2=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D93502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93502 is #26CAFD. Grayscale: #606060. Windows color (decimal): -2542334 or 144857. OLE color: 144857.

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

Color convert

RGB 217 53 2 -
CMYK 0 0.76 0.99 0.15
HSL 14.23º 0.98% 0.43% -
HSV(B) 14.23º 0.99% 0.85% -
XYZ 29.9 17.3 1.82 -
YUV 96.22 74.83 214.15 -
System Red Green Blue C M Y K H S L
Decimal 217 53 2 0 0.76 0.99 0.15 14.23 0.98 0.43
Hex D9 35 2 0 4C 63 F E 62 2B
Octal 331 65 2 0 114 143 17 16 142 53
Binary 11011001 110101 10 0 1001100 1100011 1111 1110 1100010 101011

Color Harmonies of #D93502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93502

Black with #D93502

Text Example


Text Example

White with #D93502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93502; }

 p { color: rgb(217,53,2); }

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

background-color css

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

 a { background-color: rgb(217,53,2); }

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

border-color css

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

 span { border-color: rgb(217,53,2); }

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