Html Css Color HEX #D0351C Harley Davidson Orange

📋 copy color: '#D0351C'

red 208 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #D0351C

Tints of Harley Davidson Orange #D0351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 71.97%
G = 18.34%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0351C (or 0xD0351C) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 1C. RGB value is (208,53,28). Sum of RGB (Red+Green+Blue) = 208+53+28=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0351C is #2FCAE3. Grayscale: #606060. Windows color (decimal): -3132132 or 1848784. OLE color: 1848784.

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

Color convert

RGB 208 53 28 -
CMYK 0 0.75 0.87 0.18
HSL 8.33º 0.76% 0.46% -
HSV(B) 8.33º 0.87% 0.82% -
XYZ 27.5 16.04 2.75 -
YUV 96.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 208 53 28 0 0.75 0.87 0.18 8.33 0.76 0.46
Hex D0 35 1C 0 4B 57 12 8 4C 2E
Octal 320 65 34 0 113 127 22 10 114 56
Binary 11010000 110101 11100 0 1001011 1010111 10010 1000 1001100 101110

Color Harmonies of #D0351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0351C

Black with #D0351C

Text Example


Text Example

White with #D0351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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