Html Css Color HEX #D54314 Harley Davidson Orange

📋 copy color: '#D54314'

red 213 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #D54314

Tints of Harley Davidson Orange #D54314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 71%
G = 22.33%
B = 6.67%

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

#D54314 (or 0xD54314) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 14. RGB value is (213,67,20). Sum of RGB (Red+Green+Blue) = 213+67+20=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D54314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54314 is #2ABCEB. Grayscale: #696969. Windows color (decimal): -2800876 or 1328085. OLE color: 1328085.

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

Color convert

RGB 213 67 20 -
CMYK 0 0.69 0.91 0.16
HSL 14.61º 0.83% 0.46% -
HSV(B) 14.61º 0.91% 0.84% -
XYZ 29.57 18.21 2.62 -
YUV 105.3 79.87 204.82 -
System Red Green Blue C M Y K H S L
Decimal 213 67 20 0 0.69 0.91 0.16 14.61 0.83 0.46
Hex D5 43 14 0 45 5B 10 F 53 2E
Octal 325 103 24 0 105 133 20 17 123 56
Binary 11010101 1000011 10100 0 1000101 1011011 10000 1111 1010011 101110

Color Harmonies of #D54314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54314

Black with #D54314

Text Example


Text Example

White with #D54314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54314; }

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

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

background-color css

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

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

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

border-color css

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

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

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