Html Css Color HEX #D5451E Harley Davidson Orange

📋 copy color: '#D5451E'

red 213 ◦ green 69 ◦ blue 30

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

Shades of Harley Davidson Orange #D5451E

Tints of Harley Davidson Orange #D5451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 68.27%
G = 22.12%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5451E (or 0xD5451E) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 1E. RGB value is (213,69,30). Sum of RGB (Red+Green+Blue) = 213+69+30=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5451E is #2ABAE1. Grayscale: #6B6B6B. Windows color (decimal): -2800354 or 1983957. OLE color: 1983957.

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

Color convert

RGB 213 69 30 -
CMYK 0 0.68 0.86 0.16
HSL 12.79º 0.75% 0.48% -
HSV(B) 12.79º 0.86% 0.84% -
XYZ 29.8 18.5 3.23 -
YUV 107.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 213 69 30 0 0.68 0.86 0.16 12.79 0.75 0.48
Hex D5 45 1E 0 44 56 10 D 4B 30
Octal 325 105 36 0 104 126 20 15 113 60
Binary 11010101 1000101 11110 0 1000100 1010110 10000 1101 1001011 110000

Color Harmonies of #D5451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5451E

Black with #D5451E

Text Example


Text Example

White with #D5451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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