Html Css Color HEX #D5260D Harley Davidson Orange

📋 copy color: '#D5260D'

red 213 ◦ green 38 ◦ blue 13

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

Shades of Harley Davidson Orange #D5260D

Tints of Harley Davidson Orange #D5260D

RGB

 RED value IS 213 (83.59% from 255) = 80.68%

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 80.68%
G = 14.39%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5260D (or 0xD5260D) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 0D. RGB value is (213,38,13). Sum of RGB (Red+Green+Blue) = 213+38+13=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5260D is #2AD9F2. Grayscale: #575757. Windows color (decimal): -2808307 or 861909. OLE color: 861909.

HSL color Cylindrical-coordinate representation of color #D5260D: hue angle of 7.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5260D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 38 13 -
CMYK 0 0.82 0.94 0.16
HSL 7.5º 0.88% 0.44% -
HSV(B) 7.5º 0.94% 0.84% -
XYZ 28.21 15.56 1.9 -
YUV 87.48 85.98 217.53 -
System Red Green Blue C M Y K H S L
Decimal 213 38 13 0 0.82 0.94 0.16 7.5 0.88 0.44
Hex D5 26 D 0 52 5E 10 8 58 2C
Octal 325 46 15 0 122 136 20 10 130 54
Binary 11010101 100110 1101 0 1010010 1011110 10000 1000 1011000 101100

Color Harmonies of #D5260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5260D

Black with #D5260D

Text Example


Text Example

White with #D5260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5260D; }

 p { color: rgb(213,38,13); }

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

background-color css

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

 a { background-color: rgb(213,38,13); }

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

border-color css

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

 span { border-color: rgb(213,38,13); }

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