Html Css Color HEX #D13F0D Harley Davidson Orange

📋 copy color: '#D13F0D'

red 209 ◦ green 63 ◦ blue 13

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

Shades of Harley Davidson Orange #D13F0D

Tints of Harley Davidson Orange #D13F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 73.33%
G = 22.11%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D13F0D (or 0xD13F0D) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 0D. RGB value is (209,63,13). Sum of RGB (Red+Green+Blue) = 209+63+13=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13F0D is #2EC0F2. Grayscale: #656565. Windows color (decimal): -3064051 or 868305. OLE color: 868305.

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

Color convert

RGB 209 63 13 -
CMYK 0 0.70 0.94 0.18
HSL 15.31º 0.88% 0.44% -
HSV(B) 15.31º 0.94% 0.82% -
XYZ 28.14 17.14 2.21 -
YUV 100.95 78.37 205.07 -
System Red Green Blue C M Y K H S L
Decimal 209 63 13 0 0.70 0.94 0.18 15.31 0.88 0.44
Hex D1 3F D 0 46 5E 12 F 58 2C
Octal 321 77 15 0 106 136 22 17 130 54
Binary 11010001 111111 1101 0 1000110 1011110 10010 1111 1011000 101100

Color Harmonies of #D13F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F0D

Black with #D13F0D

Text Example


Text Example

White with #D13F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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