Html Css Color HEX #D13C1D Harley Davidson Orange

📋 copy color: '#D13C1D'

red 209 ◦ green 60 ◦ blue 29

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

Shades of Harley Davidson Orange #D13C1D

Tints of Harley Davidson Orange #D13C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 70.13%
G = 20.13%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D13C1D (or 0xD13C1D) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 1D. RGB value is (209,60,29). Sum of RGB (Red+Green+Blue) = 209+60+29=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C1D is #2EC3E2. Grayscale: #656565. Windows color (decimal): -3064803 or 1916113. OLE color: 1916113.

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

Color convert

RGB 209 60 29 -
CMYK 0 0.71 0.86 0.18
HSL 10.33º 0.76% 0.47% -
HSV(B) 10.33º 0.86% 0.82% -
XYZ 28.13 16.88 2.94 -
YUV 101.02 87.36 205.02 -
System Red Green Blue C M Y K H S L
Decimal 209 60 29 0 0.71 0.86 0.18 10.33 0.76 0.47
Hex D1 3C 1D 0 47 56 12 A 4C 2F
Octal 321 74 35 0 107 126 22 12 114 57
Binary 11010001 111100 11101 0 1000111 1010110 10010 1010 1001100 101111

Color Harmonies of #D13C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C1D

Black with #D13C1D

Text Example


Text Example

White with #D13C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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