Html Css Color HEX #D0381D Harley Davidson Orange

📋 copy color: '#D0381D'

red 208 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #D0381D

Tints of Harley Davidson Orange #D0381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 70.99%
G = 19.11%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0381D (or 0xD0381D) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 1D. RGB value is (208,56,29). Sum of RGB (Red+Green+Blue) = 208+56+29=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0381D is #2FC7E2. Grayscale: #626262. Windows color (decimal): -3131363 or 1915088. OLE color: 1915088.

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

Color convert

RGB 208 56 29 -
CMYK 0 0.73 0.86 0.18
HSL 9.05º 0.76% 0.46% -
HSV(B) 9.05º 0.86% 0.82% -
XYZ 27.65 16.33 2.86 -
YUV 98.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 208 56 29 0 0.73 0.86 0.18 9.05 0.76 0.46
Hex D0 38 1D 0 49 56 12 9 4C 2E
Octal 320 70 35 0 111 126 22 11 114 56
Binary 11010000 111000 11101 0 1001001 1010110 10010 1001 1001100 101110

Color Harmonies of #D0381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0381D

Black with #D0381D

Text Example


Text Example

White with #D0381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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