Html Css Color HEX #D1261B Harley Davidson Orange

📋 copy color: '#D1261B'

red 209 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #D1261B

Tints of Harley Davidson Orange #D1261B

RGB

 RED value IS 209 (82.03% from 255) = 76.28%

 GREEN value IS 38 (15.23% from 255) = 13.87%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 76.28%
G = 13.87%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1261B (or 0xD1261B) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 1B. RGB value is (209,38,27). Sum of RGB (Red+Green+Blue) = 209+38+27=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1261B is #2ED9E4. Grayscale: #585858. Windows color (decimal): -3070437 or 1779409. OLE color: 1779409.

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

Color convert

RGB 209 38 27 -
CMYK 0 0.82 0.87 0.18
HSL 3.63º 0.77% 0.46% -
HSV(B) 3.63º 0.87% 0.82% -
XYZ 27.19 15.02 2.5 -
YUV 87.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 209 38 27 0 0.82 0.87 0.18 3.63 0.77 0.46
Hex D1 26 1B 0 52 57 12 4 4D 2E
Octal 321 46 33 0 122 127 22 4 115 56
Binary 11010001 100110 11011 0 1010010 1010111 10010 100 1001101 101110

Color Harmonies of #D1261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1261B

Black with #D1261B

Text Example


Text Example

White with #D1261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1261B; }

 p { color: rgb(209,38,27); }

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

background-color css

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

 a { background-color: rgb(209,38,27); }

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

border-color css

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

 span { border-color: rgb(209,38,27); }

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