Html Css Color HEX #D03021 Harley Davidson Orange

📋 copy color: '#D03021'

red 208 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #D03021

Tints of Harley Davidson Orange #D03021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 71.97%
G = 16.61%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D03021 (or 0xD03021) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 21. RGB value is (208,48,33). Sum of RGB (Red+Green+Blue) = 208+48+33=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D03021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03021 is #2FCFDE. Grayscale: #5E5E5E. Windows color (decimal): -3133407 or 2175184. OLE color: 2175184.

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

Color convert

RGB 208 48 33 -
CMYK 0 0.77 0.84 0.18
HSL 5.14º 0.73% 0.47% -
HSV(B) 5.14º 0.84% 0.82% -
XYZ 27.34 15.63 3.02 -
YUV 94.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 208 48 33 0 0.77 0.84 0.18 5.14 0.73 0.47
Hex D0 30 21 0 4D 54 12 5 49 2F
Octal 320 60 41 0 115 124 22 5 111 57
Binary 11010000 110000 100001 0 1001101 1010100 10010 101 1001001 101111

Color Harmonies of #D03021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03021

Black with #D03021

Text Example


Text Example

White with #D03021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03021; }

 p { color: rgb(208,48,33); }

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

background-color css

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

 a { background-color: rgb(208,48,33); }

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

border-color css

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

 span { border-color: rgb(208,48,33); }

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