Html Css Color HEX #D0351D Harley Davidson Orange

📋 copy color: '#D0351D'

red 208 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #D0351D

Tints of Harley Davidson Orange #D0351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 71.72%
G = 18.28%
B = 10%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0351D (or 0xD0351D) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 1D. RGB value is (208,53,29). Sum of RGB (Red+Green+Blue) = 208+53+29=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0351D is #2FCAE2. Grayscale: #606060. Windows color (decimal): -3132131 or 1914320. OLE color: 1914320.

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

Color convert

RGB 208 53 29 -
CMYK 0 0.75 0.86 0.18
HSL 8.04º 0.76% 0.46% -
HSV(B) 8.04º 0.86% 0.82% -
XYZ 27.51 16.04 2.81 -
YUV 96.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 208 53 29 0 0.75 0.86 0.18 8.04 0.76 0.46
Hex D0 35 1D 0 4B 56 12 8 4C 2E
Octal 320 65 35 0 113 126 22 10 114 56
Binary 11010000 110101 11101 0 1001011 1010110 10010 1000 1001100 101110

Color Harmonies of #D0351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0351D

Black with #D0351D

Text Example


Text Example

White with #D0351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0351D; }

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

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

background-color css

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

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

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

border-color css

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

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

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