Html Css Color HEX #D12E21 Harley Davidson Orange

📋 copy color: '#D12E21'

red 209 ◦ green 46 ◦ blue 33

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

Shades of Harley Davidson Orange #D12E21

Tints of Harley Davidson Orange #D12E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

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

R = 72.57%
G = 15.97%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12E21 (or 0xD12E21) is known color: Harley Davidson Orange. HEX triplet: D1, 2E and 21. RGB value is (209,46,33). Sum of RGB (Red+Green+Blue) = 209+46+33=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E21 is #2ED1DE. Grayscale: #5D5D5D. Windows color (decimal): -3068383 or 2174673. OLE color: 2174673.

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

Color convert

RGB 209 46 33 -
CMYK 0 0.78 0.84 0.18
HSL 4.43º 0.73% 0.47% -
HSV(B) 4.43º 0.84% 0.82% -
XYZ 27.55 15.62 3 -
YUV 93.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 209 46 33 0 0.78 0.84 0.18 4.43 0.73 0.47
Hex D1 2E 21 0 4E 54 12 4 49 2F
Octal 321 56 41 0 116 124 22 4 111 57
Binary 11010001 101110 100001 0 1001110 1010100 10010 100 1001001 101111

Color Harmonies of #D12E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E21

Black with #D12E21

Text Example


Text Example

White with #D12E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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