Html Css Color HEX #D2271A Harley Davidson Orange

📋 copy color: '#D2271A'

red 210 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #D2271A

Tints of Harley Davidson Orange #D2271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 76.36%
G = 14.18%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2271A (or 0xD2271A) is known color: Harley Davidson Orange. HEX triplet: D2, 27 and 1A. RGB value is (210,39,26). Sum of RGB (Red+Green+Blue) = 210+39+26=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2271A is #2DD8E5. Grayscale: #585858. Windows color (decimal): -3004646 or 1714130. OLE color: 1714130.

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

Color convert

RGB 210 39 26 -
CMYK 0 0.81 0.88 0.18
HSL 4.24º 0.78% 0.46% -
HSV(B) 4.24º 0.88% 0.82% -
XYZ 27.49 15.23 2.47 -
YUV 88.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 210 39 26 0 0.81 0.88 0.18 4.24 0.78 0.46
Hex D2 27 1A 0 51 58 12 4 4E 2E
Octal 322 47 32 0 121 130 22 4 116 56
Binary 11010010 100111 11010 0 1010001 1011000 10010 100 1001110 101110

Color Harmonies of #D2271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2271A

Black with #D2271A

Text Example


Text Example

White with #D2271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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