Html Css Color HEX #D5350D Harley Davidson Orange

📋 copy color: '#D5350D'

red 213 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #D5350D

Tints of Harley Davidson Orange #D5350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 76.34%
G = 19%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5350D (or 0xD5350D) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 0D. RGB value is (213,53,13). Sum of RGB (Red+Green+Blue) = 213+53+13=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5350D is #2ACAF2. Grayscale: #606060. Windows color (decimal): -2804467 or 865749. OLE color: 865749.

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

Color convert

RGB 213 53 13 -
CMYK 0 0.75 0.94 0.16
HSL 12º 0.88% 0.44% -
HSV(B) 12º 0.94% 0.84% -
XYZ 28.79 16.72 2.09 -
YUV 96.28 81.01 211.25 -
System Red Green Blue C M Y K H S L
Decimal 213 53 13 0 0.75 0.94 0.16 12 0.88 0.44
Hex D5 35 D 0 4B 5E 10 C 58 2C
Octal 325 65 15 0 113 136 20 14 130 54
Binary 11010101 110101 1101 0 1001011 1011110 10000 1100 1011000 101100

Color Harmonies of #D5350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5350D

Black with #D5350D

Text Example


Text Example

White with #D5350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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