Html Css Color HEX #D01814 Harley Davidson Orange

📋 copy color: '#D01814'

red 208 ◦ green 24 ◦ blue 20

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

Shades of Harley Davidson Orange #D01814

Tints of Harley Davidson Orange #D01814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 82.54%
G = 9.52%
B = 7.94%

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

#D01814 (or 0xD01814) is known color: Harley Davidson Orange. HEX triplet: D0, 18 and 14. RGB value is (208,24,20). Sum of RGB (Red+Green+Blue) = 208+24+20=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D01814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01814 is #2FE7EB. Grayscale: #4E4E4E. Windows color (decimal): -3139564 or 1317072. OLE color: 1317072.

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

Color convert

RGB 208 24 20 -
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.47 14.11 1.99 -
YUV 78.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 208 24 20 0 0.88 0.90 0.18 1.28 0.82 0.45
Hex D0 18 14 0 58 5A 12 1 52 2D
Octal 320 30 24 0 130 132 22 1 122 55
Binary 11010000 11000 10100 0 1011000 1011010 10010 1 1010010 101101

Color Harmonies of #D01814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01814

Black with #D01814

Text Example


Text Example

White with #D01814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01814; }

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

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

background-color css

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

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

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

border-color css

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

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

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