Html Css Color HEX #D2471E Harley Davidson Orange

📋 copy color: '#D2471E'

red 210 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #D2471E

Tints of Harley Davidson Orange #D2471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 67.52%
G = 22.83%
B = 9.65%

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

#D2471E (or 0xD2471E) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 1E. RGB value is (210,71,30). Sum of RGB (Red+Green+Blue) = 210+71+30=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2471E is #2DB8E1. Grayscale: #6C6C6C. Windows color (decimal): -2996450 or 1984466. OLE color: 1984466.

HSL color Cylindrical-coordinate representation of color #D2471E: hue angle of 13.67º degrees, saturation: 0.75, 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 #D2471E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 71 30 -
CMYK 0 0.66 0.86 0.18
HSL 13.67º 0.75% 0.47% -
HSV(B) 13.67º 0.86% 0.82% -
XYZ 29.07 18.3 3.23 -
YUV 107.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 210 71 30 0 0.66 0.86 0.18 13.67 0.75 0.47
Hex D2 47 1E 0 42 56 12 E 4B 2F
Octal 322 107 36 0 102 126 22 16 113 57
Binary 11010010 1000111 11110 0 1000010 1010110 10010 1110 1001011 101111

Color Harmonies of #D2471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2471E

Black with #D2471E

Text Example


Text Example

White with #D2471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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