Html Css Color HEX #D5410B Harley Davidson Orange

📋 copy color: '#D5410B'

red 213 ◦ green 65 ◦ blue 11

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

Shades of Harley Davidson Orange #D5410B

Tints of Harley Davidson Orange #D5410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 73.7%
G = 22.49%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5410B (or 0xD5410B) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 0B. RGB value is (213,65,11). Sum of RGB (Red+Green+Blue) = 213+65+11=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5410B is #2ABEF4. Grayscale: #676767. Windows color (decimal): -2801397 or 737749. OLE color: 737749.

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

Color convert

RGB 213 65 11 -
CMYK 0 0.69 0.95 0.16
HSL 16.04º 0.9% 0.44% -
HSV(B) 16.04º 0.95% 0.84% -
XYZ 29.39 17.95 2.23 -
YUV 103.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 213 65 11 0 0.69 0.95 0.16 16.04 0.9 0.44
Hex D5 41 B 0 45 5F 10 10 5A 2C
Octal 325 101 13 0 105 137 20 20 132 54
Binary 11010101 1000001 1011 0 1000101 1011111 10000 10000 1011010 101100

Color Harmonies of #D5410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5410B

Black with #D5410B

Text Example


Text Example

White with #D5410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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