Html Css Color HEX #D03523 Harley Davidson Orange

📋 copy color: '#D03523'

red 208 ◦ green 53 ◦ blue 35

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

Shades of Harley Davidson Orange #D03523

Tints of Harley Davidson Orange #D03523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 70.27%
G = 17.91%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03523 (or 0xD03523) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 23. RGB value is (208,53,35). Sum of RGB (Red+Green+Blue) = 208+53+35=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D03523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03523 is #2FCADC. Grayscale: #616161. Windows color (decimal): -3132125 or 2307536. OLE color: 2307536.

HSL color Cylindrical-coordinate representation of color #D03523: hue angle of 6.24º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D03523 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 35 -
CMYK 0 0.75 0.83 0.18
HSL 6.24º 0.71% 0.48% -
HSV(B) 6.24º 0.83% 0.82% -
XYZ 27.59 16.08 3.24 -
YUV 97.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 208 53 35 0 0.75 0.83 0.18 6.24 0.71 0.48
Hex D0 35 23 0 4B 53 12 6 47 30
Octal 320 65 43 0 113 123 22 6 107 60
Binary 11010000 110101 100011 0 1001011 1010011 10010 110 1000111 110000

Color Harmonies of #D03523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03523

Black with #D03523

Text Example


Text Example

White with #D03523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03523; }

 p { color: rgb(208,53,35); }

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

background-color css

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

 a { background-color: rgb(208,53,35); }

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

border-color css

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

 span { border-color: rgb(208,53,35); }

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