Html Css Color HEX #D5351E Harley Davidson Orange

📋 copy color: '#D5351E'

red 213 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #D5351E

Tints of Harley Davidson Orange #D5351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 71.96%
G = 17.91%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5351E (or 0xD5351E) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 1E. RGB value is (213,53,30). Sum of RGB (Red+Green+Blue) = 213+53+30=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5351E is #2ACAE1. Grayscale: #626262. Windows color (decimal): -2804450 or 1979861. OLE color: 1979861.

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

Color convert

RGB 213 53 30 -
CMYK 0 0.75 0.86 0.16
HSL 7.54º 0.75% 0.48% -
HSV(B) 7.54º 0.86% 0.84% -
XYZ 28.95 16.79 2.94 -
YUV 98.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 213 53 30 0 0.75 0.86 0.16 7.54 0.75 0.48
Hex D5 35 1E 0 4B 56 10 8 4B 30
Octal 325 65 36 0 113 126 20 10 113 60
Binary 11010101 110101 11110 0 1001011 1010110 10000 1000 1001011 110000

Color Harmonies of #D5351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5351E

Black with #D5351E

Text Example


Text Example

White with #D5351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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