Html Css Color HEX #D9351B Harley Davidson Orange

📋 copy color: '#D9351B'

red 217 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #D9351B

Tints of Harley Davidson Orange #D9351B

RGB

 RED value IS 217 (85.16% from 255) = 73.06%

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

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

R = 73.06%
G = 17.85%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9351B (or 0xD9351B) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 1B. RGB value is (217,53,27). Sum of RGB (Red+Green+Blue) = 217+53+27=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9351B is #26CAE4. Grayscale: #636363. Windows color (decimal): -2542309 or 1783257. OLE color: 1783257.

HSL color Cylindrical-coordinate representation of color #D9351B: hue angle of 8.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9351B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 27 -
CMYK 0 0.76 0.88 0.15
HSL 8.21º 0.78% 0.48% -
HSV(B) 8.21º 0.88% 0.85% -
XYZ 30.09 17.38 2.81 -
YUV 99.07 87.33 212.11 -
System Red Green Blue C M Y K H S L
Decimal 217 53 27 0 0.76 0.88 0.15 8.21 0.78 0.48
Hex D9 35 1B 0 4C 58 F 8 4E 30
Octal 331 65 33 0 114 130 17 10 116 60
Binary 11011001 110101 11011 0 1001100 1011000 1111 1000 1001110 110000

Color Harmonies of #D9351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9351B

Black with #D9351B

Text Example


Text Example

White with #D9351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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