Html Css Color HEX #D13304 Harley Davidson Orange

📋 copy color: '#D13304'

red 209 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #D13304

Tints of Harley Davidson Orange #D13304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 79.17%
G = 19.32%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D13304 (or 0xD13304) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 04. RGB value is (209,51,4). Sum of RGB (Red+Green+Blue) = 209+51+4=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D13304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13304 is #2ECCFB. Grayscale: #5D5D5D. Windows color (decimal): -3067132 or 275409. OLE color: 275409.

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

Color convert

RGB 209 51 4 -
CMYK 0 0.76 0.98 0.18
HSL 13.76º 0.96% 0.42% -
HSV(B) 13.76º 0.98% 0.82% -
XYZ 27.5 15.93 1.74 -
YUV 92.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 209 51 4 0 0.76 0.98 0.18 13.76 0.96 0.42
Hex D1 33 4 0 4C 62 12 E 60 2A
Octal 321 63 4 0 114 142 22 16 140 52
Binary 11010001 110011 100 0 1001100 1100010 10010 1110 1100000 101010

Color Harmonies of #D13304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13304

Black with #D13304

Text Example


Text Example

White with #D13304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13304; }

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

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

background-color css

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

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

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

border-color css

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

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

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