Html Css Color HEX #D7411A Harley Davidson Orange

📋 copy color: '#D7411A'

red 215 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #D7411A

Tints of Harley Davidson Orange #D7411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 70.26%
G = 21.24%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7411A (or 0xD7411A) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 1A. RGB value is (215,65,26). Sum of RGB (Red+Green+Blue) = 215+65+26=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D7411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7411A is #28BEE5. Grayscale: #696969. Windows color (decimal): -2670310 or 1720791. OLE color: 1720791.

HSL color Cylindrical-coordinate representation of color #D7411A: hue angle of 12.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7411A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 26 -
CMYK 0 0.70 0.88 0.16
HSL 12.38º 0.78% 0.47% -
HSV(B) 12.38º 0.88% 0.84% -
XYZ 30.1 18.3 2.92 -
YUV 105.4 83.2 206.17 -
System Red Green Blue C M Y K H S L
Decimal 215 65 26 0 0.70 0.88 0.16 12.38 0.78 0.47
Hex D7 41 1A 0 46 58 10 C 4E 2F
Octal 327 101 32 0 106 130 20 14 116 57
Binary 11010111 1000001 11010 0 1000110 1011000 10000 1100 1001110 101111

Color Harmonies of #D7411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7411A

Black with #D7411A

Text Example


Text Example

White with #D7411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7411A; }

 p { color: rgb(215,65,26); }

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

background-color css

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

 a { background-color: rgb(215,65,26); }

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

border-color css

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

 span { border-color: rgb(215,65,26); }

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