Html Css Color HEX #D5410D Harley Davidson Orange

📋 copy color: '#D5410D'

red 213 ◦ green 65 ◦ blue 13

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

Shades of Harley Davidson Orange #D5410D

Tints of Harley Davidson Orange #D5410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 73.2%
G = 22.34%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5410D (or 0xD5410D) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 0D. RGB value is (213,65,13). Sum of RGB (Red+Green+Blue) = 213+65+13=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5410D is #2ABEF2. Grayscale: #676767. Windows color (decimal): -2801395 or 868821. OLE color: 868821.

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

Color convert

RGB 213 65 13 -
CMYK 0 0.69 0.94 0.16
HSL 15.6º 0.88% 0.44% -
HSV(B) 15.6º 0.94% 0.84% -
XYZ 29.4 17.96 2.3 -
YUV 103.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 213 65 13 0 0.69 0.94 0.16 15.6 0.88 0.44
Hex D5 41 D 0 45 5E 10 10 58 2C
Octal 325 101 15 0 105 136 20 20 130 54
Binary 11010101 1000001 1101 0 1000101 1011110 10000 10000 1011000 101100

Color Harmonies of #D5410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5410D

Black with #D5410D

Text Example


Text Example

White with #D5410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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