Html Css Color HEX #D03421 Harley Davidson Orange

📋 copy color: '#D03421'

red 208 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #D03421

Tints of Harley Davidson Orange #D03421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 70.99%
G = 17.75%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D03421 (or 0xD03421) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 21. RGB value is (208,52,33). Sum of RGB (Red+Green+Blue) = 208+52+33=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D03421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03421 is #2FCBDE. Grayscale: #606060. Windows color (decimal): -3132383 or 2176208. OLE color: 2176208.

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

Color convert

RGB 208 52 33 -
CMYK 0 0.75 0.84 0.18
HSL 6.51º 0.73% 0.47% -
HSV(B) 6.51º 0.84% 0.82% -
XYZ 27.51 15.98 3.07 -
YUV 96.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 208 52 33 0 0.75 0.84 0.18 6.51 0.73 0.47
Hex D0 34 21 0 4B 54 12 7 49 2F
Octal 320 64 41 0 113 124 22 7 111 57
Binary 11010000 110100 100001 0 1001011 1010100 10010 111 1001001 101111

Color Harmonies of #D03421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03421

Black with #D03421

Text Example


Text Example

White with #D03421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03421; }

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

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

background-color css

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

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

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

border-color css

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

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

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