Html Css Color HEX #D13D1C Harley Davidson Orange

📋 copy color: '#D13D1C'

red 209 ◦ green 61 ◦ blue 28

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

Shades of Harley Davidson Orange #D13D1C

Tints of Harley Davidson Orange #D13D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 70.13%
G = 20.47%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D13D1C (or 0xD13D1C) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 1C. RGB value is (209,61,28). Sum of RGB (Red+Green+Blue) = 209+61+28=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D1C is #2EC2E3. Grayscale: #656565. Windows color (decimal): -3064548 or 1850833. OLE color: 1850833.

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

Color convert

RGB 209 61 28 -
CMYK 0 0.71 0.87 0.18
HSL 10.94º 0.76% 0.46% -
HSV(B) 10.94º 0.87% 0.82% -
XYZ 28.17 16.98 2.89 -
YUV 101.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 209 61 28 0 0.71 0.87 0.18 10.94 0.76 0.46
Hex D1 3D 1C 0 47 57 12 B 4C 2E
Octal 321 75 34 0 107 127 22 13 114 56
Binary 11010001 111101 11100 0 1000111 1010111 10010 1011 1001100 101110

Color Harmonies of #D13D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D1C

Black with #D13D1C

Text Example


Text Example

White with #D13D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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