Html Css Color HEX #D12920 Harley Davidson Orange

📋 copy color: '#D12920'

red 209 ◦ green 41 ◦ blue 32

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

Shades of Harley Davidson Orange #D12920

Tints of Harley Davidson Orange #D12920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 74.11%
G = 14.54%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D12920 (or 0xD12920) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 20. RGB value is (209,41,32). Sum of RGB (Red+Green+Blue) = 209+41+32=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D12920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12920 is #2ED6DF. Grayscale: #5A5A5A. Windows color (decimal): -3069664 or 2107857. OLE color: 2107857.

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

Color convert

RGB 209 41 32 -
CMYK 0 0.80 0.85 0.18
HSL 3.05º 0.73% 0.47% -
HSV(B) 3.05º 0.85% 0.82% -
XYZ 27.35 15.25 2.87 -
YUV 90.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 209 41 32 0 0.80 0.85 0.18 3.05 0.73 0.47
Hex D1 29 20 0 50 55 12 3 49 2F
Octal 321 51 40 0 120 125 22 3 111 57
Binary 11010001 101001 100000 0 1010000 1010101 10010 11 1001001 101111

Color Harmonies of #D12920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12920

Black with #D12920

Text Example


Text Example

White with #D12920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12920; }

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

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

background-color css

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

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

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

border-color css

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

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

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