Html Css Color HEX #D2411A Harley Davidson Orange

📋 copy color: '#D2411A'

red 210 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #D2411A

Tints of Harley Davidson Orange #D2411A

RGB

 RED value IS 210 (82.42% from 255) = 69.77%

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 69.77%
G = 21.59%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2411A (or 0xD2411A) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 1A. RGB value is (210,65,26). Sum of RGB (Red+Green+Blue) = 210+65+26=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D2411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2411A is #2DBEE5. Grayscale: #686868. Windows color (decimal): -2997990 or 1720786. OLE color: 1720786.

HSL color Cylindrical-coordinate representation of color #D2411A: hue angle of 12.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2411A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 65 26 -
CMYK 0 0.69 0.88 0.18
HSL 12.72º 0.78% 0.46% -
HSV(B) 12.72º 0.88% 0.82% -
XYZ 28.66 17.56 2.86 -
YUV 103.91 84.04 203.67 -
System Red Green Blue C M Y K H S L
Decimal 210 65 26 0 0.69 0.88 0.18 12.72 0.78 0.46
Hex D2 41 1A 0 45 58 12 D 4E 2E
Octal 322 101 32 0 105 130 22 15 116 56
Binary 11010010 1000001 11010 0 1000101 1011000 10010 1101 1001110 101110

Color Harmonies of #D2411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2411A

Black with #D2411A

Text Example


Text Example

White with #D2411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2411A; }

 p { color: rgb(210,65,26); }

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

background-color css

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

 a { background-color: rgb(210,65,26); }

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

border-color css

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

 span { border-color: rgb(210,65,26); }

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