Html Css Color HEX #D12820 Harley Davidson Orange

📋 copy color: '#D12820'

red 209 ◦ green 40 ◦ blue 32

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

Shades of Harley Davidson Orange #D12820

Tints of Harley Davidson Orange #D12820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 74.38%
G = 14.23%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D12820 (or 0xD12820) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 20. RGB value is (209,40,32). Sum of RGB (Red+Green+Blue) = 209+40+32=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12820 is #2ED7DF. Grayscale: #595959. Windows color (decimal): -3069920 or 2107601. OLE color: 2107601.

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

Color convert

RGB 209 40 32 -
CMYK 0 0.81 0.85 0.18
HSL 2.71º 0.73% 0.47% -
HSV(B) 2.71º 0.85% 0.82% -
XYZ 27.31 15.18 2.86 -
YUV 89.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 209 40 32 0 0.81 0.85 0.18 2.71 0.73 0.47
Hex D1 28 20 0 51 55 12 3 49 2F
Octal 321 50 40 0 121 125 22 3 111 57
Binary 11010001 101000 100000 0 1010001 1010101 10010 11 1001001 101111

Color Harmonies of #D12820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12820

Black with #D12820

Text Example


Text Example

White with #D12820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12820; }

 p { color: rgb(209,40,32); }

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

background-color css

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

 a { background-color: rgb(209,40,32); }

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

border-color css

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

 span { border-color: rgb(209,40,32); }

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