Html Css Color HEX #D72002 Harley Davidson Orange

📋 copy color: '#D72002'

red 215 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #D72002

Tints of Harley Davidson Orange #D72002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 86.35%
G = 12.85%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D72002 (or 0xD72002) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 02. RGB value is (215,32,2). Sum of RGB (Red+Green+Blue) = 215+32+2=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D72002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72002 is #28DFFD. Grayscale: #535353. Windows color (decimal): -2678782 or 139479. OLE color: 139479.

HSL color Cylindrical-coordinate representation of color #D72002: hue angle of 8.45º 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 #D72002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 2 -
CMYK 0 0.85 0.99 0.16
HSL 8.45º 0.98% 0.43% -
HSV(B) 8.45º 0.99% 0.84% -
XYZ 28.55 15.48 1.54 -
YUV 83.3 82.13 221.94 -
System Red Green Blue C M Y K H S L
Decimal 215 32 2 0 0.85 0.99 0.16 8.45 0.98 0.43
Hex D7 20 2 0 55 63 10 8 62 2B
Octal 327 40 2 0 125 143 20 10 142 53
Binary 11010111 100000 10 0 1010101 1100011 10000 1000 1100010 101011

Color Harmonies of #D72002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72002

Black with #D72002

Text Example


Text Example

White with #D72002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72002; }

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

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

background-color css

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

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

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

border-color css

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

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

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