Html Css Color HEX #D71E0F Harley Davidson Orange

📋 copy color: '#D71E0F'

red 215 ◦ green 30 ◦ blue 15

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

Shades of Harley Davidson Orange #D71E0F

Tints of Harley Davidson Orange #D71E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 82.69%
G = 11.54%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D71E0F (or 0xD71E0F) is known color: Harley Davidson Orange. HEX triplet: D7, 1E and 0F. RGB value is (215,30,15). Sum of RGB (Red+Green+Blue) = 215+30+15=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71E0F is #28E1F0. Grayscale: #535353. Windows color (decimal): -2679281 or 990935. OLE color: 990935.

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

Color convert

RGB 215 30 15 -
CMYK 0 0.86 0.93 0.16
HSL 4.5º 0.87% 0.45% -
HSV(B) 4.5º 0.93% 0.84% -
XYZ 28.57 15.41 1.92 -
YUV 83.61 89.29 221.72 -
System Red Green Blue C M Y K H S L
Decimal 215 30 15 0 0.86 0.93 0.16 4.5 0.87 0.45
Hex D7 1E F 0 56 5D 10 4 57 2D
Octal 327 36 17 0 126 135 20 4 127 55
Binary 11010111 11110 1111 0 1010110 1011101 10000 100 1010111 101101

Color Harmonies of #D71E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E0F

Black with #D71E0F

Text Example


Text Example

White with #D71E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E0F; }

 p { color: rgb(215,30,15); }

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

background-color css

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

 a { background-color: rgb(215,30,15); }

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

border-color css

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

 span { border-color: rgb(215,30,15); }

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