Html Css Color HEX #D5440E Harley Davidson Orange

📋 copy color: '#D5440E'

red 213 ◦ green 68 ◦ blue 14

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

Shades of Harley Davidson Orange #D5440E

Tints of Harley Davidson Orange #D5440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 72.2%
G = 23.05%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5440E (or 0xD5440E) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 0E. RGB value is (213,68,14). Sum of RGB (Red+Green+Blue) = 213+68+14=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5440E is #2ABBF1. Grayscale: #696969. Windows color (decimal): -2800626 or 935125. OLE color: 935125.

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

Color convert

RGB 213 68 14 -
CMYK 0 0.68 0.93 0.16
HSL 16.28º 0.88% 0.45% -
HSV(B) 16.28º 0.93% 0.84% -
XYZ 29.59 18.31 2.39 -
YUV 105.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 213 68 14 0 0.68 0.93 0.16 16.28 0.88 0.45
Hex D5 44 E 0 44 5D 10 10 58 2D
Octal 325 104 16 0 104 135 20 20 130 55
Binary 11010101 1000100 1110 0 1000100 1011101 10000 10000 1011000 101101

Color Harmonies of #D5440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5440E

Black with #D5440E

Text Example


Text Example

White with #D5440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5440E; }

 p { color: rgb(213,68,14); }

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

background-color css

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

 a { background-color: rgb(213,68,14); }

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

border-color css

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

 span { border-color: rgb(213,68,14); }

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