Html Css Color HEX #D7221C Harley Davidson Orange

📋 copy color: '#D7221C'

red 215 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #D7221C

Tints of Harley Davidson Orange #D7221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

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

R = 77.62%
G = 12.27%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7221C (or 0xD7221C) is known color: Harley Davidson Orange. HEX triplet: D7, 22 and 1C. RGB value is (215,34,28). Sum of RGB (Red+Green+Blue) = 215+34+28=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7221C is #28DDE3. Grayscale: #575757. Windows color (decimal): -2678244 or 1843927. OLE color: 1843927.

HSL color Cylindrical-coordinate representation of color #D7221C: hue angle of 1.93º 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 #D7221C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 34 28 -
CMYK 0 0.84 0.87 0.16
HSL 1.93º 0.77% 0.48% -
HSV(B) 1.93º 0.87% 0.84% -
XYZ 28.81 15.67 2.61 -
YUV 87.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 215 34 28 0 0.84 0.87 0.16 1.93 0.77 0.48
Hex D7 22 1C 0 54 57 10 2 4D 30
Octal 327 42 34 0 124 127 20 2 115 60
Binary 11010111 100010 11100 0 1010100 1010111 10000 10 1001101 110000

Color Harmonies of #D7221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7221C

Black with #D7221C

Text Example


Text Example

White with #D7221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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