Html Css Color HEX #D5450E Harley Davidson Orange

📋 copy color: '#D5450E'

red 213 ◦ green 69 ◦ blue 14

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

Shades of Harley Davidson Orange #D5450E

Tints of Harley Davidson Orange #D5450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 71.96%
G = 23.31%
B = 4.73%

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

#D5450E (or 0xD5450E) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 0E. RGB value is (213,69,14). Sum of RGB (Red+Green+Blue) = 213+69+14=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5450E is #2ABAF1. Grayscale: #6A6A6A. Windows color (decimal): -2800370 or 935381. OLE color: 935381.

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

Color convert

RGB 213 69 14 -
CMYK 0 0.68 0.93 0.16
HSL 16.58º 0.88% 0.45% -
HSV(B) 16.58º 0.93% 0.84% -
XYZ 29.65 18.43 2.41 -
YUV 105.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 213 69 14 0 0.68 0.93 0.16 16.58 0.88 0.45
Hex D5 45 E 0 44 5D 10 11 58 2D
Octal 325 105 16 0 104 135 20 21 130 55
Binary 11010101 1000101 1110 0 1000100 1011101 10000 10001 1011000 101101

Color Harmonies of #D5450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5450E

Black with #D5450E

Text Example


Text Example

White with #D5450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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