Html Css Color HEX #D71C06 Harley Davidson Orange

📋 copy color: '#D71C06'

red 215 ◦ green 28 ◦ blue 6

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

Shades of Harley Davidson Orange #D71C06

Tints of Harley Davidson Orange #D71C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 86.35%
G = 11.24%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D71C06 (or 0xD71C06) is known color: Harley Davidson Orange. HEX triplet: D7, 1C and 06. RGB value is (215,28,6). Sum of RGB (Red+Green+Blue) = 215+28+6=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71C06 is #28E3F9. Grayscale: #515151. Windows color (decimal): -2679802 or 400599. OLE color: 400599.

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

Color convert

RGB 215 28 6 -
CMYK 0 0.87 0.97 0.16
HSL 6.32º 0.95% 0.43% -
HSV(B) 6.32º 0.97% 0.84% -
XYZ 28.47 15.29 1.62 -
YUV 81.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 215 28 6 0 0.87 0.97 0.16 6.32 0.95 0.43
Hex D7 1C 6 0 57 61 10 6 5F 2B
Octal 327 34 6 0 127 141 20 6 137 53
Binary 11010111 11100 110 0 1010111 1100001 10000 110 1011111 101011

Color Harmonies of #D71C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C06

Black with #D71C06

Text Example


Text Example

White with #D71C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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