Html Css Color HEX #D2411C Harley Davidson Orange

📋 copy color: '#D2411C'

red 210 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #D2411C

Tints of Harley Davidson Orange #D2411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 69.31%
G = 21.45%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2411C (or 0xD2411C) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 1C. RGB value is (210,65,28). Sum of RGB (Red+Green+Blue) = 210+65+28=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2411C is #2DBEE3. Grayscale: #686868. Windows color (decimal): -2997988 or 1851858. OLE color: 1851858.

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

Color convert

RGB 210 65 28 -
CMYK 0 0.69 0.87 0.18
HSL 12.2º 0.76% 0.47% -
HSV(B) 12.2º 0.87% 0.82% -
XYZ 28.68 17.57 2.98 -
YUV 104.14 85.04 203.51 -
System Red Green Blue C M Y K H S L
Decimal 210 65 28 0 0.69 0.87 0.18 12.2 0.76 0.47
Hex D2 41 1C 0 45 57 12 C 4C 2F
Octal 322 101 34 0 105 127 22 14 114 57
Binary 11010010 1000001 11100 0 1000101 1010111 10010 1100 1001100 101111

Color Harmonies of #D2411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2411C

Black with #D2411C

Text Example


Text Example

White with #D2411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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