Html Css Color HEX #D54912 Harley Davidson Orange

📋 copy color: '#D54912'

red 213 ◦ green 73 ◦ blue 18

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

Shades of Harley Davidson Orange #D54912

Tints of Harley Davidson Orange #D54912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 70.07%
G = 24.01%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D54912 (or 0xD54912) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 12. RGB value is (213,73,18). Sum of RGB (Red+Green+Blue) = 213+73+18=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54912 is #2AB6ED. Grayscale: #6C6C6C. Windows color (decimal): -2799342 or 1198549. OLE color: 1198549.

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

Color convert

RGB 213 73 18 -
CMYK 0 0.66 0.92 0.16
HSL 16.92º 0.84% 0.45% -
HSV(B) 16.92º 0.92% 0.84% -
XYZ 29.93 18.95 2.65 -
YUV 108.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 213 73 18 0 0.66 0.92 0.16 16.92 0.84 0.45
Hex D5 49 12 0 42 5C 10 11 54 2D
Octal 325 111 22 0 102 134 20 21 124 55
Binary 11010101 1001001 10010 0 1000010 1011100 10000 10001 1010100 101101

Color Harmonies of #D54912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54912

Black with #D54912

Text Example


Text Example

White with #D54912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54912; }

 p { color: rgb(213,73,18); }

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

background-color css

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

 a { background-color: rgb(213,73,18); }

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

border-color css

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

 span { border-color: rgb(213,73,18); }

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