Html Css Color HEX #D01914 Harley Davidson Orange

📋 copy color: '#D01914'

red 208 ◦ green 25 ◦ blue 20

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

Shades of Harley Davidson Orange #D01914

Tints of Harley Davidson Orange #D01914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 82.21%
G = 9.88%
B = 7.91%

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

#D01914 (or 0xD01914) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 14. RGB value is (208,25,20). Sum of RGB (Red+Green+Blue) = 208+25+20=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D01914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01914 is #2FE6EB. Grayscale: #4F4F4F. Windows color (decimal): -3139308 or 1317328. OLE color: 1317328.

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

Color convert

RGB 208 25 20 -
CMYK 0 0.88 0.90 0.18
HSL 1.6º 0.82% 0.45% -
HSV(B) 1.6º 0.9% 0.82% -
XYZ 26.49 14.16 2 -
YUV 79.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 208 25 20 0 0.88 0.90 0.18 1.6 0.82 0.45
Hex D0 19 14 0 58 5A 12 2 52 2D
Octal 320 31 24 0 130 132 22 2 122 55
Binary 11010000 11001 10100 0 1011000 1011010 10010 10 1010010 101101

Color Harmonies of #D01914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01914

Black with #D01914

Text Example


Text Example

White with #D01914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01914; }

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

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

background-color css

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

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

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

border-color css

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

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

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