Html Css Color HEX #D8341C Harley Davidson Orange

📋 copy color: '#D8341C'

red 216 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #D8341C

Tints of Harley Davidson Orange #D8341C

RGB

 RED value IS 216 (84.77% from 255) = 72.97%

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 72.97%
G = 17.57%
B = 9.46%

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

#D8341C (or 0xD8341C) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 1C. RGB value is (216,52,28). Sum of RGB (Red+Green+Blue) = 216+52+28=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8341C is #27CBE3. Grayscale: #626262. Windows color (decimal): -2608100 or 1848536. OLE color: 1848536.

HSL color Cylindrical-coordinate representation of color #D8341C: hue angle of 7.66º 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 #D8341C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 28 -
CMYK 0 0.76 0.87 0.15
HSL 7.66º 0.77% 0.48% -
HSV(B) 7.66º 0.87% 0.85% -
XYZ 29.76 17.14 2.84 -
YUV 98.3 88.33 211.95 -
System Red Green Blue C M Y K H S L
Decimal 216 52 28 0 0.76 0.87 0.15 7.66 0.77 0.48
Hex D8 34 1C 0 4C 57 F 8 4D 30
Octal 330 64 34 0 114 127 17 10 115 60
Binary 11011000 110100 11100 0 1001100 1010111 1111 1000 1001101 110000

Color Harmonies of #D8341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8341C

Black with #D8341C

Text Example


Text Example

White with #D8341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8341C; }

 p { color: rgb(216,52,28); }

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

background-color css

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

 a { background-color: rgb(216,52,28); }

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

border-color css

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

 span { border-color: rgb(216,52,28); }

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