Html Css Color HEX #D0370D Harley Davidson Orange

📋 copy color: '#D0370D'

red 208 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #D0370D

Tints of Harley Davidson Orange #D0370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 75.36%
G = 19.93%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0370D (or 0xD0370D) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 0D. RGB value is (208,55,13). Sum of RGB (Red+Green+Blue) = 208+55+13=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0370D is #2FC8F2. Grayscale: #606060. Windows color (decimal): -3131635 or 866256. OLE color: 866256.

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

Color convert

RGB 208 55 13 -
CMYK 0 0.74 0.94 0.18
HSL 12.92º 0.88% 0.43% -
HSV(B) 12.92º 0.94% 0.82% -
XYZ 27.45 16.17 2.06 -
YUV 95.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 208 55 13 0 0.74 0.94 0.18 12.92 0.88 0.43
Hex D0 37 D 0 4A 5E 12 D 58 2B
Octal 320 67 15 0 112 136 22 15 130 53
Binary 11010000 110111 1101 0 1001010 1011110 10010 1101 1011000 101011

Color Harmonies of #D0370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0370D

Black with #D0370D

Text Example


Text Example

White with #D0370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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