Html Css Color HEX #D13F1D Harley Davidson Orange

📋 copy color: '#D13F1D'

red 209 ◦ green 63 ◦ blue 29

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

Shades of Harley Davidson Orange #D13F1D

Tints of Harley Davidson Orange #D13F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

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

R = 69.44%
G = 20.93%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D13F1D (or 0xD13F1D) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 1D. RGB value is (209,63,29). Sum of RGB (Red+Green+Blue) = 209+63+29=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F1D is #2EC0E2. Grayscale: #676767. Windows color (decimal): -3064035 or 1916881. OLE color: 1916881.

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

Color convert

RGB 209 63 29 -
CMYK 0 0.70 0.86 0.18
HSL 11.33º 0.76% 0.47% -
HSV(B) 11.33º 0.86% 0.82% -
XYZ 28.29 17.2 2.99 -
YUV 102.78 86.37 203.76 -
System Red Green Blue C M Y K H S L
Decimal 209 63 29 0 0.70 0.86 0.18 11.33 0.76 0.47
Hex D1 3F 1D 0 46 56 12 B 4C 2F
Octal 321 77 35 0 106 126 22 13 114 57
Binary 11010001 111111 11101 0 1000110 1010110 10010 1011 1001100 101111

Color Harmonies of #D13F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F1D

Black with #D13F1D

Text Example


Text Example

White with #D13F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F1D; }

 p { color: rgb(209,63,29); }

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

background-color css

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

 a { background-color: rgb(209,63,29); }

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

border-color css

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

 span { border-color: rgb(209,63,29); }

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