Html Css Color HEX #D9351C Harley Davidson Orange

📋 copy color: '#D9351C'

red 217 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #D9351C

Tints of Harley Davidson Orange #D9351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 72.82%
G = 17.79%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9351C (or 0xD9351C) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 1C. RGB value is (217,53,28). Sum of RGB (Red+Green+Blue) = 217+53+28=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9351C is #26CAE3. Grayscale: #636363. Windows color (decimal): -2542308 or 1848793. OLE color: 1848793.

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

Color convert

RGB 217 53 28 -
CMYK 0 0.76 0.87 0.15
HSL 7.94º 0.77% 0.48% -
HSV(B) 7.94º 0.87% 0.85% -
XYZ 30.1 17.38 2.87 -
YUV 99.19 87.83 212.03 -
System Red Green Blue C M Y K H S L
Decimal 217 53 28 0 0.76 0.87 0.15 7.94 0.77 0.48
Hex D9 35 1C 0 4C 57 F 8 4D 30
Octal 331 65 34 0 114 127 17 10 115 60
Binary 11011001 110101 11100 0 1001100 1010111 1111 1000 1001101 110000

Color Harmonies of #D9351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9351C

Black with #D9351C

Text Example


Text Example

White with #D9351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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