Html Css Color HEX #D0380D Harley Davidson Orange

📋 copy color: '#D0380D'

red 208 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #D0380D

Tints of Harley Davidson Orange #D0380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 75.09%
G = 20.22%
B = 4.69%

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

#D0380D (or 0xD0380D) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 0D. RGB value is (208,56,13). Sum of RGB (Red+Green+Blue) = 208+56+13=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D0380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0380D is #2FC7F2. Grayscale: #606060. Windows color (decimal): -3131379 or 866512. OLE color: 866512.

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

Color convert

RGB 208 56 13 -
CMYK 0 0.73 0.94 0.18
HSL 13.23º 0.88% 0.43% -
HSV(B) 13.23º 0.94% 0.82% -
XYZ 27.5 16.27 2.07 -
YUV 96.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 208 56 13 0 0.73 0.94 0.18 13.23 0.88 0.43
Hex D0 38 D 0 49 5E 12 D 58 2B
Octal 320 70 15 0 111 136 22 15 130 53
Binary 11010000 111000 1101 0 1001001 1011110 10010 1101 1011000 101011

Color Harmonies of #D0380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0380D

Black with #D0380D

Text Example


Text Example

White with #D0380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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