Html Css Color HEX #D0390D Harley Davidson Orange

📋 copy color: '#D0390D'

red 208 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #D0390D

Tints of Harley Davidson Orange #D0390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 74.82%
G = 20.5%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0390D (or 0xD0390D) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 0D. RGB value is (208,57,13). Sum of RGB (Red+Green+Blue) = 208+57+13=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D0390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0390D is #2FC6F2. Grayscale: #616161. Windows color (decimal): -3131123 or 866768. OLE color: 866768.

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

Color convert

RGB 208 57 13 -
CMYK 0 0.73 0.94 0.18
HSL 13.54º 0.88% 0.43% -
HSV(B) 13.54º 0.94% 0.82% -
XYZ 27.55 16.37 2.09 -
YUV 97.13 80.53 207.08 -
System Red Green Blue C M Y K H S L
Decimal 208 57 13 0 0.73 0.94 0.18 13.54 0.88 0.43
Hex D0 39 D 0 49 5E 12 E 58 2B
Octal 320 71 15 0 111 136 22 16 130 53
Binary 11010000 111001 1101 0 1001001 1011110 10010 1110 1011000 101011

Color Harmonies of #D0390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0390D

Black with #D0390D

Text Example


Text Example

White with #D0390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0390D; }

 p { color: rgb(208,57,13); }

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

background-color css

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

 a { background-color: rgb(208,57,13); }

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

border-color css

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

 span { border-color: rgb(208,57,13); }

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