Html Css Color HEX #D02814 Harley Davidson Orange

📋 copy color: '#D02814'

red 208 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #D02814

Tints of Harley Davidson Orange #D02814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

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

R = 77.61%
G = 14.93%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D02814 (or 0xD02814) is known color: Harley Davidson Orange. HEX triplet: D0, 28 and 14. RGB value is (208,40,20). Sum of RGB (Red+Green+Blue) = 208+40+20=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D02814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02814 is #2FD7EB. Grayscale: #585858. Windows color (decimal): -3135468 or 1321168. OLE color: 1321168.

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

Color convert

RGB 208 40 20 -
CMYK 0 0.81 0.90 0.18
HSL 6.38º 0.82% 0.45% -
HSV(B) 6.38º 0.9% 0.82% -
XYZ 26.9 14.98 2.14 -
YUV 87.95 89.66 213.63 -
System Red Green Blue C M Y K H S L
Decimal 208 40 20 0 0.81 0.90 0.18 6.38 0.82 0.45
Hex D0 28 14 0 51 5A 12 6 52 2D
Octal 320 50 24 0 121 132 22 6 122 55
Binary 11010000 101000 10100 0 1010001 1011010 10010 110 1010010 101101

Color Harmonies of #D02814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02814

Black with #D02814

Text Example


Text Example

White with #D02814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02814; }

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

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

background-color css

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

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

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

border-color css

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

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

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