Html Css Color HEX #D7211E Harley Davidson Orange

📋 copy color: '#D7211E'

red 215 ◦ green 33 ◦ blue 30

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

Shades of Harley Davidson Orange #D7211E

Tints of Harley Davidson Orange #D7211E

RGB

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

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

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

R = 77.34%
G = 11.87%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7211E (or 0xD7211E) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 1E. RGB value is (215,33,30). Sum of RGB (Red+Green+Blue) = 215+33+30=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7211E is #28DEE1. Grayscale: #575757. Windows color (decimal): -2678498 or 1974743. OLE color: 1974743.

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

Color convert

RGB 215 33 30 -
CMYK 0 0.85 0.86 0.16
HSL 0.97º 0.76% 0.48% -
HSV(B) 0.97º 0.86% 0.84% -
XYZ 28.8 15.63 2.73 -
YUV 87.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 215 33 30 0 0.85 0.86 0.16 0.97 0.76 0.48
Hex D7 21 1E 0 55 56 10 1 4C 30
Octal 327 41 36 0 125 126 20 1 114 60
Binary 11010111 100001 11110 0 1010101 1010110 10000 1 1001100 110000

Color Harmonies of #D7211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7211E

Black with #D7211E

Text Example


Text Example

White with #D7211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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