Html Css Color HEX #D01915 Harley Davidson Orange

📋 copy color: '#D01915'

red 208 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #D01915

Tints of Harley Davidson Orange #D01915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

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

R = 81.89%
G = 9.84%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D01915 (or 0xD01915) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 15. RGB value is (208,25,21). Sum of RGB (Red+Green+Blue) = 208+25+21=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D01915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01915 is #2FE6EA. Grayscale: #4F4F4F. Windows color (decimal): -3139307 or 1382864. OLE color: 1382864.

HSL color Cylindrical-coordinate representation of color #D01915: hue angle of 1.28º 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 #D01915 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 21 -
CMYK 0 0.88 0.90 0.18
HSL 1.28º 0.82% 0.45% -
HSV(B) 1.28º 0.9% 0.82% -
XYZ 26.5 14.16 2.05 -
YUV 79.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 208 25 21 0 0.88 0.90 0.18 1.28 0.82 0.45
Hex D0 19 15 0 58 5A 12 1 52 2D
Octal 320 31 25 0 130 132 22 1 122 55
Binary 11010000 11001 10101 0 1011000 1011010 10010 1 1010010 101101

Color Harmonies of #D01915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01915

Black with #D01915

Text Example


Text Example

White with #D01915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01915; }

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

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

background-color css

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

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

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

border-color css

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

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

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