Html Css Color HEX #D0390C Harley Davidson Orange

📋 copy color: '#D0390C'

red 208 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #D0390C

Tints of Harley Davidson Orange #D0390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 75.09%
G = 20.58%
B = 4.33%

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

#D0390C (or 0xD0390C) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 0C. RGB value is (208,57,12). Sum of RGB (Red+Green+Blue) = 208+57+12=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D0390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0390C is #2FC6F3. Grayscale: #616161. Windows color (decimal): -3131124 or 801232. OLE color: 801232.

HSL color Cylindrical-coordinate representation of color #D0390C: hue angle of 13.78º degrees, saturation: 0.89, 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 #D0390C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 12 -
CMYK 0 0.73 0.94 0.18
HSL 13.78º 0.89% 0.43% -
HSV(B) 13.78º 0.94% 0.82% -
XYZ 27.54 16.36 2.05 -
YUV 97.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 208 57 12 0 0.73 0.94 0.18 13.78 0.89 0.43
Hex D0 39 C 0 49 5E 12 E 59 2B
Octal 320 71 14 0 111 136 22 16 131 53
Binary 11010000 111001 1100 0 1001001 1011110 10010 1110 1011001 101011

Color Harmonies of #D0390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0390C

Black with #D0390C

Text Example


Text Example

White with #D0390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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