Html Css Color HEX #D13313 Harley Davidson Orange

📋 copy color: '#D13313'

red 209 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #D13313

Tints of Harley Davidson Orange #D13313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 74.91%
G = 18.28%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13313 (or 0xD13313) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 13. RGB value is (209,51,19). Sum of RGB (Red+Green+Blue) = 209+51+19=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D13313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13313 is #2ECCEC. Grayscale: #5E5E5E. Windows color (decimal): -3067117 or 1258449. OLE color: 1258449.

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

Color convert

RGB 209 51 19 -
CMYK 0 0.76 0.91 0.18
HSL 10.11º 0.83% 0.45% -
HSV(B) 10.11º 0.91% 0.82% -
XYZ 27.6 15.97 2.24 -
YUV 94.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 209 51 19 0 0.76 0.91 0.18 10.11 0.83 0.45
Hex D1 33 13 0 4C 5B 12 A 53 2D
Octal 321 63 23 0 114 133 22 12 123 55
Binary 11010001 110011 10011 0 1001100 1011011 10010 1010 1010011 101101

Color Harmonies of #D13313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13313

Black with #D13313

Text Example


Text Example

White with #D13313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13313; }

 p { color: rgb(209,51,19); }

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

background-color css

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

 a { background-color: rgb(209,51,19); }

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

border-color css

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

 span { border-color: rgb(209,51,19); }

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