Html Css Color HEX #D8361A Harley Davidson Orange

📋 copy color: '#D8361A'

red 216 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #D8361A

Tints of Harley Davidson Orange #D8361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 72.97%
G = 18.24%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8361A (or 0xD8361A) is known color: Harley Davidson Orange. HEX triplet: D8, 36 and 1A. RGB value is (216,54,26). Sum of RGB (Red+Green+Blue) = 216+54+26=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8361A is #27C9E5. Grayscale: #636363. Windows color (decimal): -2607590 or 1717976. OLE color: 1717976.

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

Color convert

RGB 216 54 26 -
CMYK 0 0.75 0.88 0.15
HSL 8.84º 0.79% 0.47% -
HSV(B) 8.84º 0.88% 0.85% -
XYZ 29.82 17.31 2.75 -
YUV 99.25 86.67 211.28 -
System Red Green Blue C M Y K H S L
Decimal 216 54 26 0 0.75 0.88 0.15 8.84 0.79 0.47
Hex D8 36 1A 0 4B 58 F 9 4F 2F
Octal 330 66 32 0 113 130 17 11 117 57
Binary 11011000 110110 11010 0 1001011 1011000 1111 1001 1001111 101111

Color Harmonies of #D8361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8361A

Black with #D8361A

Text Example


Text Example

White with #D8361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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