Html Css Color HEX #D2311A Harley Davidson Orange

📋 copy color: '#D2311A'

red 210 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #D2311A

Tints of Harley Davidson Orange #D2311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

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

R = 73.68%
G = 17.19%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2311A (or 0xD2311A) is known color: Harley Davidson Orange. HEX triplet: D2, 31 and 1A. RGB value is (210,49,26). Sum of RGB (Red+Green+Blue) = 210+49+26=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D2311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2311A is #2DCEE5. Grayscale: #5E5E5E. Windows color (decimal): -3002086 or 1716690. OLE color: 1716690.

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

Color convert

RGB 210 49 26 -
CMYK 0 0.77 0.88 0.18
HSL 7.5º 0.78% 0.46% -
HSV(B) 7.5º 0.88% 0.82% -
XYZ 27.86 15.97 2.59 -
YUV 94.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 210 49 26 0 0.77 0.88 0.18 7.5 0.78 0.46
Hex D2 31 1A 0 4D 58 12 8 4E 2E
Octal 322 61 32 0 115 130 22 10 116 56
Binary 11010010 110001 11010 0 1001101 1011000 10010 1000 1001110 101110

Color Harmonies of #D2311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2311A

Black with #D2311A

Text Example


Text Example

White with #D2311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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