Html Css Color HEX #D2491C Harley Davidson Orange

📋 copy color: '#D2491C'

red 210 ◦ green 73 ◦ blue 28

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

Shades of Harley Davidson Orange #D2491C

Tints of Harley Davidson Orange #D2491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 67.52%
G = 23.47%
B = 9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2491C (or 0xD2491C) is known color: Harley Davidson Orange. HEX triplet: D2, 49 and 1C. RGB value is (210,73,28). Sum of RGB (Red+Green+Blue) = 210+73+28=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2491C is #2DB6E3. Grayscale: #6D6D6D. Windows color (decimal): -2995940 or 1853906. OLE color: 1853906.

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

Color convert

RGB 210 73 28 -
CMYK 0 0.65 0.87 0.18
HSL 14.84º 0.76% 0.47% -
HSV(B) 14.84º 0.87% 0.82% -
XYZ 29.17 18.55 3.14 -
YUV 108.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 210 73 28 0 0.65 0.87 0.18 14.84 0.76 0.47
Hex D2 49 1C 0 41 57 12 F 4C 2F
Octal 322 111 34 0 101 127 22 17 114 57
Binary 11010010 1001001 11100 0 1000001 1010111 10010 1111 1001100 101111

Color Harmonies of #D2491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2491C

Black with #D2491C

Text Example


Text Example

White with #D2491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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