Html Css Color HEX #D03320 Harley Davidson Orange

📋 copy color: '#D03320'

red 208 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #D03320

Tints of Harley Davidson Orange #D03320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 71.48%
G = 17.53%
B = 11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D03320 (or 0xD03320) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 20. RGB value is (208,51,32). Sum of RGB (Red+Green+Blue) = 208+51+32=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D03320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03320 is #2FCCDF. Grayscale: #606060. Windows color (decimal): -3132640 or 2110416. OLE color: 2110416.

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

Color convert

RGB 208 51 32 -
CMYK 0 0.75 0.85 0.18
HSL 6.48º 0.73% 0.47% -
HSV(B) 6.48º 0.85% 0.82% -
XYZ 27.46 15.88 2.98 -
YUV 95.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 208 51 32 0 0.75 0.85 0.18 6.48 0.73 0.47
Hex D0 33 20 0 4B 55 12 6 49 2F
Octal 320 63 40 0 113 125 22 6 111 57
Binary 11010000 110011 100000 0 1001011 1010101 10010 110 1001001 101111

Color Harmonies of #D03320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03320

Black with #D03320

Text Example


Text Example

White with #D03320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03320; }

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

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

background-color css

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

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

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

border-color css

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

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

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