Html Css Color HEX #D71B0C Harley Davidson Orange

📋 copy color: '#D71B0C'

red 215 ◦ green 27 ◦ blue 12

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

Shades of Harley Davidson Orange #D71B0C

Tints of Harley Davidson Orange #D71B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 84.65%
G = 10.63%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D71B0C (or 0xD71B0C) is known color: Harley Davidson Orange. HEX triplet: D7, 1B and 0C. RGB value is (215,27,12). Sum of RGB (Red+Green+Blue) = 215+27+12=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71B0C is #28E4F3. Grayscale: #515151. Windows color (decimal): -2680052 or 793559. OLE color: 793559.

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

Color convert

RGB 215 27 12 -
CMYK 0 0.87 0.94 0.16
HSL 4.43º 0.89% 0.45% -
HSV(B) 4.43º 0.94% 0.84% -
XYZ 28.48 15.26 1.79 -
YUV 81.5 88.78 223.22 -
System Red Green Blue C M Y K H S L
Decimal 215 27 12 0 0.87 0.94 0.16 4.43 0.89 0.45
Hex D7 1B C 0 57 5E 10 4 59 2D
Octal 327 33 14 0 127 136 20 4 131 55
Binary 11010111 11011 1100 0 1010111 1011110 10000 100 1011001 101101

Color Harmonies of #D71B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B0C

Black with #D71B0C

Text Example


Text Example

White with #D71B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B0C; }

 p { color: rgb(215,27,12); }

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

background-color css

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

 a { background-color: rgb(215,27,12); }

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

border-color css

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

 span { border-color: rgb(215,27,12); }

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