Html Css Color HEX #D01715 Harley Davidson Orange

📋 copy color: '#D01715'

red 208 ◦ green 23 ◦ blue 21

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

Shades of Harley Davidson Orange #D01715

Tints of Harley Davidson Orange #D01715

RGB

 RED value IS 208 (81.64% from 255) = 82.54%

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 82.54%
G = 9.13%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D01715 (or 0xD01715) is known color: Harley Davidson Orange. HEX triplet: D0, 17 and 15. RGB value is (208,23,21). Sum of RGB (Red+Green+Blue) = 208+23+21=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D01715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01715 is #2FE8EA. Grayscale: #4E4E4E. Windows color (decimal): -3139819 or 1382352. OLE color: 1382352.

HSL color Cylindrical-coordinate representation of color #D01715: hue angle of 0.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 21 -
CMYK 0 0.89 0.90 0.18
HSL 0.64º 0.82% 0.45% -
HSV(B) 0.64º 0.9% 0.82% -
XYZ 26.45 14.08 2.03 -
YUV 78.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 208 23 21 0 0.89 0.90 0.18 0.64 0.82 0.45
Hex D0 17 15 0 59 5A 12 1 52 2D
Octal 320 27 25 0 131 132 22 1 122 55
Binary 11010000 10111 10101 0 1011001 1011010 10010 1 1010010 101101

Color Harmonies of #D01715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01715

Black with #D01715

Text Example


Text Example

White with #D01715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01715; }

 p { color: rgb(208,23,21); }

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

background-color css

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

 a { background-color: rgb(208,23,21); }

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

border-color css

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

 span { border-color: rgb(208,23,21); }

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