Html Css Color HEX #D13021 Harley Davidson Orange

📋 copy color: '#D13021'

red 209 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #D13021

Tints of Harley Davidson Orange #D13021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 72.07%
G = 16.55%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D13021 (or 0xD13021) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 21. RGB value is (209,48,33). Sum of RGB (Red+Green+Blue) = 209+48+33=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D13021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13021 is #2ECFDE. Grayscale: #5E5E5E. Windows color (decimal): -3067871 or 2175185. OLE color: 2175185.

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

Color convert

RGB 209 48 33 -
CMYK 0 0.77 0.84 0.18
HSL 5.11º 0.73% 0.47% -
HSV(B) 5.11º 0.84% 0.82% -
XYZ 27.63 15.78 3.03 -
YUV 94.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 209 48 33 0 0.77 0.84 0.18 5.11 0.73 0.47
Hex D1 30 21 0 4D 54 12 5 49 2F
Octal 321 60 41 0 115 124 22 5 111 57
Binary 11010001 110000 100001 0 1001101 1010100 10010 101 1001001 101111

Color Harmonies of #D13021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13021

Black with #D13021

Text Example


Text Example

White with #D13021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13021; }

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

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

background-color css

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

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

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

border-color css

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

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

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