Html Css Color HEX #D72302 Harley Davidson Orange

📋 copy color: '#D72302'

red 215 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #D72302

Tints of Harley Davidson Orange #D72302

RGB

 RED value IS 215 (84.38% from 255) = 85.32%

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 85.32%
G = 13.89%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D72302 (or 0xD72302) is known color: Harley Davidson Orange. HEX triplet: D7, 23 and 02. RGB value is (215,35,2). Sum of RGB (Red+Green+Blue) = 215+35+2=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D72302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72302 is #28DCFD. Grayscale: #555555. Windows color (decimal): -2678014 or 140247. OLE color: 140247.

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

Color convert

RGB 215 35 2 -
CMYK 0 0.84 0.99 0.16
HSL 9.3º 0.98% 0.43% -
HSV(B) 9.3º 0.99% 0.84% -
XYZ 28.64 15.65 1.57 -
YUV 85.06 81.13 220.68 -
System Red Green Blue C M Y K H S L
Decimal 215 35 2 0 0.84 0.99 0.16 9.3 0.98 0.43
Hex D7 23 2 0 54 63 10 9 62 2B
Octal 327 43 2 0 124 143 20 11 142 53
Binary 11010111 100011 10 0 1010100 1100011 10000 1001 1100010 101011

Color Harmonies of #D72302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72302

Black with #D72302

Text Example


Text Example

White with #D72302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72302; }

 p { color: rgb(215,35,2); }

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

background-color css

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

 a { background-color: rgb(215,35,2); }

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

border-color css

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

 span { border-color: rgb(215,35,2); }

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