Html Css Color HEX #D8201C Harley Davidson Orange

📋 copy color: '#D8201C'

red 216 ◦ green 32 ◦ blue 28

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

Shades of Harley Davidson Orange #D8201C

Tints of Harley Davidson Orange #D8201C

RGB

 RED value IS 216 (84.77% from 255) = 78.26%

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 78.26%
G = 11.59%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8201C (or 0xD8201C) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 1C. RGB value is (216,32,28). Sum of RGB (Red+Green+Blue) = 216+32+28=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D8201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8201C is #27DFE3. Grayscale: #565656. Windows color (decimal): -2613220 or 1843416. OLE color: 1843416.

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

Color convert

RGB 216 32 28 -
CMYK 0 0.85 0.87 0.15
HSL 1.28º 0.77% 0.48% -
HSV(B) 1.28º 0.87% 0.85% -
XYZ 29.05 15.72 2.6 -
YUV 86.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 216 32 28 0 0.85 0.87 0.15 1.28 0.77 0.48
Hex D8 20 1C 0 55 57 F 1 4D 30
Octal 330 40 34 0 125 127 17 1 115 60
Binary 11011000 100000 11100 0 1010101 1010111 1111 1 1001101 110000

Color Harmonies of #D8201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8201C

Black with #D8201C

Text Example


Text Example

White with #D8201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8201C; }

 p { color: rgb(216,32,28); }

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

background-color css

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

 a { background-color: rgb(216,32,28); }

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

border-color css

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

 span { border-color: rgb(216,32,28); }

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