Html Css Color HEX #D5260B Harley Davidson Orange

📋 copy color: '#D5260B'

red 213 ◦ green 38 ◦ blue 11

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

Shades of Harley Davidson Orange #D5260B

Tints of Harley Davidson Orange #D5260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 81.3%
G = 14.5%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5260B (or 0xD5260B) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 0B. RGB value is (213,38,11). Sum of RGB (Red+Green+Blue) = 213+38+11=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5260B is #2AD9F4. Grayscale: #575757. Windows color (decimal): -2808309 or 730837. OLE color: 730837.

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

Color convert

RGB 213 38 11 -
CMYK 0 0.82 0.95 0.16
HSL 8.02º 0.9% 0.44% -
HSV(B) 8.02º 0.95% 0.84% -
XYZ 28.19 15.56 1.83 -
YUV 87.25 84.98 217.7 -
System Red Green Blue C M Y K H S L
Decimal 213 38 11 0 0.82 0.95 0.16 8.02 0.9 0.44
Hex D5 26 B 0 52 5F 10 8 5A 2C
Octal 325 46 13 0 122 137 20 10 132 54
Binary 11010101 100110 1011 0 1010010 1011111 10000 1000 1011010 101100

Color Harmonies of #D5260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5260B

Black with #D5260B

Text Example


Text Example

White with #D5260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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