Html Css Color HEX #D01713 Harley Davidson Orange

📋 copy color: '#D01713'

red 208 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #D01713

Tints of Harley Davidson Orange #D01713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 83.2%
G = 9.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01713 (or 0xD01713) is known color: Harley Davidson Orange. HEX triplet: D0, 17 and 13. RGB value is (208,23,19). Sum of RGB (Red+Green+Blue) = 208+23+19=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D01713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01713 is #2FE8EC. Grayscale: #4E4E4E. Windows color (decimal): -3139821 or 1251280. OLE color: 1251280.

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

Color convert

RGB 208 23 19 -
CMYK 0 0.89 0.91 0.18
HSL 1.27º 0.83% 0.45% -
HSV(B) 1.27º 0.91% 0.82% -
XYZ 26.44 14.07 1.94 -
YUV 77.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 208 23 19 0 0.89 0.91 0.18 1.27 0.83 0.45
Hex D0 17 13 0 59 5B 12 1 53 2D
Octal 320 27 23 0 131 133 22 1 123 55
Binary 11010000 10111 10011 0 1011001 1011011 10010 1 1010011 101101

Color Harmonies of #D01713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01713

Black with #D01713

Text Example


Text Example

White with #D01713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01713; }

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

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

background-color css

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

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

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

border-color css

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

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

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