Html Css Color HEX #D02820 Harley Davidson Orange

📋 copy color: '#D02820'

red 208 ◦ green 40 ◦ blue 32

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

Shades of Harley Davidson Orange #D02820

Tints of Harley Davidson Orange #D02820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 74.29%
G = 14.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D02820 (or 0xD02820) is known color: Harley Davidson Orange. HEX triplet: D0, 28 and 20. RGB value is (208,40,32). Sum of RGB (Red+Green+Blue) = 208+40+32=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D02820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02820 is #2FD7DF. Grayscale: #595959. Windows color (decimal): -3135456 or 2107600. OLE color: 2107600.

HSL color Cylindrical-coordinate representation of color #D02820: hue angle of 2.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02820 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 32 -
CMYK 0 0.81 0.85 0.18
HSL 2.73º 0.73% 0.47% -
HSV(B) 2.73º 0.85% 0.82% -
XYZ 27.03 15.03 2.84 -
YUV 89.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 208 40 32 0 0.81 0.85 0.18 2.73 0.73 0.47
Hex D0 28 20 0 51 55 12 3 49 2F
Octal 320 50 40 0 121 125 22 3 111 57
Binary 11010000 101000 100000 0 1010001 1010101 10010 11 1001001 101111

Color Harmonies of #D02820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02820

Black with #D02820

Text Example


Text Example

White with #D02820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02820; }

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

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

background-color css

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

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

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

border-color css

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

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

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