Html Css Color HEX #D5411A Harley Davidson Orange

📋 copy color: '#D5411A'

red 213 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #D5411A

Tints of Harley Davidson Orange #D5411A

RGB

 RED value IS 213 (83.59% from 255) = 70.07%

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

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

R = 70.07%
G = 21.38%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5411A (or 0xD5411A) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 1A. RGB value is (213,65,26). Sum of RGB (Red+Green+Blue) = 213+65+26=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D5411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5411A is #2ABEE5. Grayscale: #696969. Windows color (decimal): -2801382 or 1720789. OLE color: 1720789.

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

Color convert

RGB 213 65 26 -
CMYK 0 0.69 0.88 0.16
HSL 12.51º 0.78% 0.47% -
HSV(B) 12.51º 0.88% 0.84% -
XYZ 29.52 18 2.9 -
YUV 104.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 213 65 26 0 0.69 0.88 0.16 12.51 0.78 0.47
Hex D5 41 1A 0 45 58 10 D 4E 2F
Octal 325 101 32 0 105 130 20 15 116 57
Binary 11010101 1000001 11010 0 1000101 1011000 10000 1101 1001110 101111

Color Harmonies of #D5411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5411A

Black with #D5411A

Text Example


Text Example

White with #D5411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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