Html Css Color HEX #D54813 Harley Davidson Orange

📋 copy color: '#D54813'

red 213 ◦ green 72 ◦ blue 19

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

Shades of Harley Davidson Orange #D54813

Tints of Harley Davidson Orange #D54813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 70.07%
G = 23.68%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54813 (or 0xD54813) is known color: Harley Davidson Orange. HEX triplet: D5, 48 and 13. RGB value is (213,72,19). Sum of RGB (Red+Green+Blue) = 213+72+19=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54813 is #2AB7EC. Grayscale: #6C6C6C. Windows color (decimal): -2799597 or 1263829. OLE color: 1263829.

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

Color convert

RGB 213 72 19 -
CMYK 0 0.66 0.91 0.16
HSL 16.39º 0.84% 0.45% -
HSV(B) 16.39º 0.91% 0.84% -
XYZ 29.88 18.83 2.68 -
YUV 108.12 77.71 202.81 -
System Red Green Blue C M Y K H S L
Decimal 213 72 19 0 0.66 0.91 0.16 16.39 0.84 0.45
Hex D5 48 13 0 42 5B 10 10 54 2D
Octal 325 110 23 0 102 133 20 20 124 55
Binary 11010101 1001000 10011 0 1000010 1011011 10000 10000 1010100 101101

Color Harmonies of #D54813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54813

Black with #D54813

Text Example


Text Example

White with #D54813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54813; }

 p { color: rgb(213,72,19); }

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

background-color css

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

 a { background-color: rgb(213,72,19); }

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

border-color css

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

 span { border-color: rgb(213,72,19); }

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