Html Css Color HEX #D71F0C Harley Davidson Orange

📋 copy color: '#D71F0C'

red 215 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #D71F0C

Tints of Harley Davidson Orange #D71F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

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

R = 83.33%
G = 12.02%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D71F0C (or 0xD71F0C) is known color: Harley Davidson Orange. HEX triplet: D7, 1F and 0C. RGB value is (215,31,12). Sum of RGB (Red+Green+Blue) = 215+31+12=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71F0C is #28E0F3. Grayscale: #545454. Windows color (decimal): -2679028 or 794583. OLE color: 794583.

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

Color convert

RGB 215 31 12 -
CMYK 0 0.86 0.94 0.16
HSL 5.62º 0.89% 0.45% -
HSV(B) 5.62º 0.94% 0.84% -
XYZ 28.58 15.45 1.82 -
YUV 83.85 87.46 221.54 -
System Red Green Blue C M Y K H S L
Decimal 215 31 12 0 0.86 0.94 0.16 5.62 0.89 0.45
Hex D7 1F C 0 56 5E 10 6 59 2D
Octal 327 37 14 0 126 136 20 6 131 55
Binary 11010111 11111 1100 0 1010110 1011110 10000 110 1011001 101101

Color Harmonies of #D71F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F0C

Black with #D71F0C

Text Example


Text Example

White with #D71F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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