Html Css Color HEX #D5340D Harley Davidson Orange

📋 copy color: '#D5340D'

red 213 ◦ green 52 ◦ blue 13

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

Shades of Harley Davidson Orange #D5340D

Tints of Harley Davidson Orange #D5340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 76.62%
G = 18.71%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5340D (or 0xD5340D) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 0D. RGB value is (213,52,13). Sum of RGB (Red+Green+Blue) = 213+52+13=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5340D is #2ACBF2. Grayscale: #606060. Windows color (decimal): -2804723 or 865493. OLE color: 865493.

HSL color Cylindrical-coordinate representation of color #D5340D: hue angle of 11.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5340D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 13 -
CMYK 0 0.76 0.94 0.16
HSL 11.7º 0.88% 0.44% -
HSV(B) 11.7º 0.94% 0.84% -
XYZ 28.74 16.63 2.08 -
YUV 95.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 213 52 13 0 0.76 0.94 0.16 11.7 0.88 0.44
Hex D5 34 D 0 4C 5E 10 C 58 2C
Octal 325 64 15 0 114 136 20 14 130 54
Binary 11010101 110100 1101 0 1001100 1011110 10000 1100 1011000 101100

Color Harmonies of #D5340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5340D

Black with #D5340D

Text Example


Text Example

White with #D5340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5340D; }

 p { color: rgb(213,52,13); }

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

background-color css

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

 a { background-color: rgb(213,52,13); }

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

border-color css

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

 span { border-color: rgb(213,52,13); }

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