Html Css Color HEX #D54313 Harley Davidson Orange

📋 copy color: '#D54313'

red 213 ◦ green 67 ◦ blue 19

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

Shades of Harley Davidson Orange #D54313

Tints of Harley Davidson Orange #D54313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 71.24%
G = 22.41%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54313 (or 0xD54313) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 13. RGB value is (213,67,19). Sum of RGB (Red+Green+Blue) = 213+67+19=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D54313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54313 is #2ABCEC. Grayscale: #696969. Windows color (decimal): -2800877 or 1262549. OLE color: 1262549.

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

Color convert

RGB 213 67 19 -
CMYK 0 0.69 0.91 0.16
HSL 14.85º 0.84% 0.45% -
HSV(B) 14.85º 0.91% 0.84% -
XYZ 29.57 18.21 2.57 -
YUV 105.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 213 67 19 0 0.69 0.91 0.16 14.85 0.84 0.45
Hex D5 43 13 0 45 5B 10 F 54 2D
Octal 325 103 23 0 105 133 20 17 124 55
Binary 11010101 1000011 10011 0 1000101 1011011 10000 1111 1010100 101101

Color Harmonies of #D54313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54313

Black with #D54313

Text Example


Text Example

White with #D54313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54313; }

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

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

background-color css

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

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

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

border-color css

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

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

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