Html Css Color HEX #D5351B Harley Davidson Orange

📋 copy color: '#D5351B'

red 213 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #D5351B

Tints of Harley Davidson Orange #D5351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 72.7%
G = 18.09%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5351B (or 0xD5351B) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 1B. RGB value is (213,53,27). Sum of RGB (Red+Green+Blue) = 213+53+27=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5351B is #2ACAE4. Grayscale: #626262. Windows color (decimal): -2804453 or 1783253. OLE color: 1783253.

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

Color convert

RGB 213 53 27 -
CMYK 0 0.75 0.87 0.16
HSL 8.39º 0.78% 0.47% -
HSV(B) 8.39º 0.87% 0.84% -
XYZ 28.91 16.77 2.75 -
YUV 97.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 213 53 27 0 0.75 0.87 0.16 8.39 0.78 0.47
Hex D5 35 1B 0 4B 57 10 8 4E 2F
Octal 325 65 33 0 113 127 20 10 116 57
Binary 11010101 110101 11011 0 1001011 1010111 10000 1000 1001110 101111

Color Harmonies of #D5351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5351B

Black with #D5351B

Text Example


Text Example

White with #D5351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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