Html Css Color HEX #D13002 Harley Davidson Orange

📋 copy color: '#D13002'

red 209 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #D13002

Tints of Harley Davidson Orange #D13002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 80.69%
G = 18.53%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13002 (or 0xD13002) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 02. RGB value is (209,48,2). Sum of RGB (Red+Green+Blue) = 209+48+2=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D13002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13002 is #2ECFFD. Grayscale: #5B5B5B. Windows color (decimal): -3067902 or 143569. OLE color: 143569.

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

Color convert

RGB 209 48 2 -
CMYK 0 0.77 0.99 0.18
HSL 13.33º 0.98% 0.41% -
HSV(B) 13.33º 0.99% 0.82% -
XYZ 27.36 15.67 1.64 -
YUV 90.9 77.84 212.24 -
System Red Green Blue C M Y K H S L
Decimal 209 48 2 0 0.77 0.99 0.18 13.33 0.98 0.41
Hex D1 30 2 0 4D 63 12 D 62 29
Octal 321 60 2 0 115 143 22 15 142 51
Binary 11010001 110000 10 0 1001101 1100011 10010 1101 1100010 101001

Color Harmonies of #D13002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13002

Black with #D13002

Text Example


Text Example

White with #D13002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13002; }

 p { color: rgb(209,48,2); }

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

background-color css

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

 a { background-color: rgb(209,48,2); }

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

border-color css

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

 span { border-color: rgb(209,48,2); }

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