Html Css Color HEX #D2471A Harley Davidson Orange

📋 copy color: '#D2471A'

red 210 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #D2471A

Tints of Harley Davidson Orange #D2471A

RGB

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

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

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

R = 68.4%
G = 23.13%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2471A (or 0xD2471A) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 1A. RGB value is (210,71,26). Sum of RGB (Red+Green+Blue) = 210+71+26=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2471A is #2DB8E5. Grayscale: #6B6B6B. Windows color (decimal): -2996454 or 1722322. OLE color: 1722322.

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

Color convert

RGB 210 71 26 -
CMYK 0 0.66 0.88 0.18
HSL 14.67º 0.78% 0.46% -
HSV(B) 14.67º 0.88% 0.82% -
XYZ 29.02 18.28 2.98 -
YUV 107.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 210 71 26 0 0.66 0.88 0.18 14.67 0.78 0.46
Hex D2 47 1A 0 42 58 12 F 4E 2E
Octal 322 107 32 0 102 130 22 17 116 56
Binary 11010010 1000111 11010 0 1000010 1011000 10010 1111 1001110 101110

Color Harmonies of #D2471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2471A

Black with #D2471A

Text Example


Text Example

White with #D2471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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