Html Css Color HEX #D7211C Harley Davidson Orange

📋 copy color: '#D7211C'

red 215 ◦ green 33 ◦ blue 28

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

Shades of Harley Davidson Orange #D7211C

Tints of Harley Davidson Orange #D7211C

RGB

 RED value IS 215 (84.38% from 255) = 77.9%

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 77.9%
G = 11.96%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7211C (or 0xD7211C) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 1C. RGB value is (215,33,28). Sum of RGB (Red+Green+Blue) = 215+33+28=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7211C is #28DEE3. Grayscale: #575757. Windows color (decimal): -2678500 or 1843671. OLE color: 1843671.

HSL color Cylindrical-coordinate representation of color #D7211C: hue angle of 1.6º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7211C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 33 28 -
CMYK 0 0.85 0.87 0.16
HSL 1.6º 0.77% 0.48% -
HSV(B) 1.6º 0.87% 0.84% -
XYZ 28.78 15.62 2.6 -
YUV 86.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 215 33 28 0 0.85 0.87 0.16 1.6 0.77 0.48
Hex D7 21 1C 0 55 57 10 2 4D 30
Octal 327 41 34 0 125 127 20 2 115 60
Binary 11010111 100001 11100 0 1010101 1010111 10000 10 1001101 110000

Color Harmonies of #D7211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7211C

Black with #D7211C

Text Example


Text Example

White with #D7211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7211C; }

 p { color: rgb(215,33,28); }

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

background-color css

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

 a { background-color: rgb(215,33,28); }

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

border-color css

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

 span { border-color: rgb(215,33,28); }

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