Html Css Color HEX #D0361A Harley Davidson Orange

📋 copy color: '#D0361A'

red 208 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #D0361A

Tints of Harley Davidson Orange #D0361A

RGB

 RED value IS 208 (81.64% from 255) = 72.22%

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

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

R = 72.22%
G = 18.75%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0361A (or 0xD0361A) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 1A. RGB value is (208,54,26). Sum of RGB (Red+Green+Blue) = 208+54+26=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0361A is #2FC9E5. Grayscale: #616161. Windows color (decimal): -3131878 or 1717968. OLE color: 1717968.

HSL color Cylindrical-coordinate representation of color #D0361A: hue angle of 9.23º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0361A is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 26 -
CMYK 0 0.74 0.88 0.18
HSL 9.23º 0.78% 0.46% -
HSV(B) 9.23º 0.88% 0.82% -
XYZ 27.52 16.12 2.64 -
YUV 96.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 208 54 26 0 0.74 0.88 0.18 9.23 0.78 0.46
Hex D0 36 1A 0 4A 58 12 9 4E 2E
Octal 320 66 32 0 112 130 22 11 116 56
Binary 11010000 110110 11010 0 1001010 1011000 10010 1001 1001110 101110

Color Harmonies of #D0361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0361A

Black with #D0361A

Text Example


Text Example

White with #D0361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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