Html Css Color HEX #D8341A Harley Davidson Orange

📋 copy color: '#D8341A'

red 216 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #D8341A

Tints of Harley Davidson Orange #D8341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.84%

R = 73.47%
G = 17.69%
B = 8.84%

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

#D8341A (or 0xD8341A) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 1A. RGB value is (216,52,26). Sum of RGB (Red+Green+Blue) = 216+52+26=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8341A is #27CBE5. Grayscale: #626262. Windows color (decimal): -2608102 or 1717464. OLE color: 1717464.

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

Color convert

RGB 216 52 26 -
CMYK 0 0.76 0.88 0.15
HSL 8.21º 0.79% 0.47% -
HSV(B) 8.21º 0.88% 0.85% -
XYZ 29.73 17.13 2.72 -
YUV 98.07 87.33 212.11 -
System Red Green Blue C M Y K H S L
Decimal 216 52 26 0 0.76 0.88 0.15 8.21 0.79 0.47
Hex D8 34 1A 0 4C 58 F 8 4F 2F
Octal 330 64 32 0 114 130 17 10 117 57
Binary 11011000 110100 11010 0 1001100 1011000 1111 1000 1001111 101111

Color Harmonies of #D8341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8341A

Black with #D8341A

Text Example


Text Example

White with #D8341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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