Html Css Color HEX #D1381C Harley Davidson Orange

📋 copy color: '#D1381C'

red 209 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #D1381C

Tints of Harley Davidson Orange #D1381C

RGB

 RED value IS 209 (82.03% from 255) = 71.33%

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

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 71.33%
G = 19.11%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1381C (or 0xD1381C) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 1C. RGB value is (209,56,28). Sum of RGB (Red+Green+Blue) = 209+56+28=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1381C is #2EC7E3. Grayscale: #626262. Windows color (decimal): -3065828 or 1849553. OLE color: 1849553.

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

Color convert

RGB 209 56 28 -
CMYK 0 0.73 0.87 0.18
HSL 9.28º 0.76% 0.46% -
HSV(B) 9.28º 0.87% 0.82% -
XYZ 27.92 16.47 2.81 -
YUV 98.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 209 56 28 0 0.73 0.87 0.18 9.28 0.76 0.46
Hex D1 38 1C 0 49 57 12 9 4C 2E
Octal 321 70 34 0 111 127 22 11 114 56
Binary 11010001 111000 11100 0 1001001 1010111 10010 1001 1001100 101110

Color Harmonies of #D1381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1381C

Black with #D1381C

Text Example


Text Example

White with #D1381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1381C; }

 p { color: rgb(209,56,28); }

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

background-color css

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

 a { background-color: rgb(209,56,28); }

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

border-color css

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

 span { border-color: rgb(209,56,28); }

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