Html Css Color HEX #D13C02 Harley Davidson Orange

📋 copy color: '#D13C02'

red 209 ◦ green 60 ◦ blue 2

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

Shades of Harley Davidson Orange #D13C02

Tints of Harley Davidson Orange #D13C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 77.12%
G = 22.14%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13C02 (or 0xD13C02) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 02. RGB value is (209,60,2). Sum of RGB (Red+Green+Blue) = 209+60+2=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C02 is #2EC3FD. Grayscale: #626262. Windows color (decimal): -3064830 or 146641. OLE color: 146641.

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

Color convert

RGB 209 60 2 -
CMYK 0 0.71 0.99 0.18
HSL 16.81º 0.98% 0.41% -
HSV(B) 16.81º 0.99% 0.82% -
XYZ 27.92 16.79 1.83 -
YUV 97.94 73.86 207.22 -
System Red Green Blue C M Y K H S L
Decimal 209 60 2 0 0.71 0.99 0.18 16.81 0.98 0.41
Hex D1 3C 2 0 47 63 12 11 62 29
Octal 321 74 2 0 107 143 22 21 142 51
Binary 11010001 111100 10 0 1000111 1100011 10010 10001 1100010 101001

Color Harmonies of #D13C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C02

Black with #D13C02

Text Example


Text Example

White with #D13C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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