Html Css Color HEX #D72102 Harley Davidson Orange

📋 copy color: '#D72102'

red 215 ◦ green 33 ◦ blue 2

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

Shades of Harley Davidson Orange #D72102

Tints of Harley Davidson Orange #D72102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 86%
G = 13.2%
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

#D72102 (or 0xD72102) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 02. RGB value is (215,33,2). Sum of RGB (Red+Green+Blue) = 215+33+2=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D72102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72102 is #28DEFD. Grayscale: #545454. Windows color (decimal): -2678526 or 139735. OLE color: 139735.

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

Color convert

RGB 215 33 2 -
CMYK 0 0.85 0.99 0.16
HSL 8.73º 0.98% 0.43% -
HSV(B) 8.73º 0.99% 0.84% -
XYZ 28.58 15.54 1.55 -
YUV 83.88 81.8 221.52 -
System Red Green Blue C M Y K H S L
Decimal 215 33 2 0 0.85 0.99 0.16 8.73 0.98 0.43
Hex D7 21 2 0 55 63 10 9 62 2B
Octal 327 41 2 0 125 143 20 11 142 53
Binary 11010111 100001 10 0 1010101 1100011 10000 1001 1100010 101011

Color Harmonies of #D72102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72102

Black with #D72102

Text Example


Text Example

White with #D72102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72102; }

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

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

background-color css

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

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

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

border-color css

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

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

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