Html Css Color HEX #D9261F Harley Davidson Orange

📋 copy color: '#D9261F'

red 217 ◦ green 38 ◦ blue 31

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

Shades of Harley Davidson Orange #D9261F

Tints of Harley Davidson Orange #D9261F

RGB

 RED value IS 217 (85.16% from 255) = 75.87%

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 75.87%
G = 13.29%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9261F (or 0xD9261F) is known color: Harley Davidson Orange. HEX triplet: D9, 26 and 1F. RGB value is (217,38,31). Sum of RGB (Red+Green+Blue) = 217+38+31=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9261F is #26D9E0. Grayscale: #5A5A5A. Windows color (decimal): -2546145 or 2041561. OLE color: 2041561.

HSL color Cylindrical-coordinate representation of color #D9261F: hue angle of 2.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9261F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 31 -
CMYK 0 0.82 0.86 0.15
HSL 2.26º 0.75% 0.49% -
HSV(B) 2.26º 0.86% 0.85% -
XYZ 29.56 16.24 2.87 -
YUV 90.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 217 38 31 0 0.82 0.86 0.15 2.26 0.75 0.49
Hex D9 26 1F 0 52 56 F 2 4B 31
Octal 331 46 37 0 122 126 17 2 113 61
Binary 11011001 100110 11111 0 1010010 1010110 1111 10 1001011 110001

Color Harmonies of #D9261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9261F

Black with #D9261F

Text Example


Text Example

White with #D9261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9261F; }

 p { color: rgb(217,38,31); }

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

background-color css

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

 a { background-color: rgb(217,38,31); }

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

border-color css

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

 span { border-color: rgb(217,38,31); }

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