Html Css Color HEX #D71E04 Harley Davidson Orange

📋 copy color: '#D71E04'

red 215 ◦ green 30 ◦ blue 4

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

Shades of Harley Davidson Orange #D71E04

Tints of Harley Davidson Orange #D71E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 86.35%
G = 12.05%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D71E04 (or 0xD71E04) is known color: Harley Davidson Orange. HEX triplet: D7, 1E and 04. RGB value is (215,30,4). Sum of RGB (Red+Green+Blue) = 215+30+4=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71E04 is #28E1FB. Grayscale: #525252. Windows color (decimal): -2679292 or 270039. OLE color: 270039.

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

Color convert

RGB 215 30 4 -
CMYK 0 0.86 0.98 0.16
HSL 7.39º 0.96% 0.43% -
HSV(B) 7.39º 0.98% 0.84% -
XYZ 28.51 15.38 1.58 -
YUV 82.35 83.79 222.61 -
System Red Green Blue C M Y K H S L
Decimal 215 30 4 0 0.86 0.98 0.16 7.39 0.96 0.43
Hex D7 1E 4 0 56 62 10 7 60 2B
Octal 327 36 4 0 126 142 20 7 140 53
Binary 11010111 11110 100 0 1010110 1100010 10000 111 1100000 101011

Color Harmonies of #D71E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E04

Black with #D71E04

Text Example


Text Example

White with #D71E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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