Html Css Color HEX #D2471D Harley Davidson Orange

📋 copy color: '#D2471D'

red 210 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #D2471D

Tints of Harley Davidson Orange #D2471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 67.74%
G = 22.9%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2471D (or 0xD2471D) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 1D. RGB value is (210,71,29). Sum of RGB (Red+Green+Blue) = 210+71+29=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2471D is #2DB8E2. Grayscale: #6C6C6C. Windows color (decimal): -2996451 or 1918930. OLE color: 1918930.

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

Color convert

RGB 210 71 29 -
CMYK 0 0.66 0.86 0.18
HSL 13.92º 0.76% 0.47% -
HSV(B) 13.92º 0.86% 0.82% -
XYZ 29.05 18.3 3.16 -
YUV 107.77 83.55 200.92 -
System Red Green Blue C M Y K H S L
Decimal 210 71 29 0 0.66 0.86 0.18 13.92 0.76 0.47
Hex D2 47 1D 0 42 56 12 E 4C 2F
Octal 322 107 35 0 102 126 22 16 114 57
Binary 11010010 1000111 11101 0 1000010 1010110 10010 1110 1001100 101111

Color Harmonies of #D2471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2471D

Black with #D2471D

Text Example


Text Example

White with #D2471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2471D; }

 p { color: rgb(210,71,29); }

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

background-color css

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

 a { background-color: rgb(210,71,29); }

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

border-color css

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

 span { border-color: rgb(210,71,29); }

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