Html Css Color HEX #D13E02 Harley Davidson Orange

📋 copy color: '#D13E02'

red 209 ◦ green 62 ◦ blue 2

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

Shades of Harley Davidson Orange #D13E02

Tints of Harley Davidson Orange #D13E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 76.56%
G = 22.71%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13E02 (or 0xD13E02) is known color: Harley Davidson Orange. HEX triplet: D1, 3E and 02. RGB value is (209,62,2). Sum of RGB (Red+Green+Blue) = 209+62+2=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13E02 is #2EC1FD. Grayscale: #636363. Windows color (decimal): -3064318 or 147153. OLE color: 147153.

HSL color Cylindrical-coordinate representation of color #D13E02: hue angle of 17.39º 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 #D13E02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 62 2 -
CMYK 0 0.70 0.99 0.18
HSL 17.39º 0.98% 0.41% -
HSV(B) 17.39º 0.99% 0.82% -
XYZ 28.03 17 1.86 -
YUV 99.11 73.2 206.38 -
System Red Green Blue C M Y K H S L
Decimal 209 62 2 0 0.70 0.99 0.18 17.39 0.98 0.41
Hex D1 3E 2 0 46 63 12 11 62 29
Octal 321 76 2 0 106 143 22 21 142 51
Binary 11010001 111110 10 0 1000110 1100011 10010 10001 1100010 101001

Color Harmonies of #D13E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E02

Black with #D13E02

Text Example


Text Example

White with #D13E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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