Html Css Color HEX #D5261A Harley Davidson Orange

📋 copy color: '#D5261A'

red 213 ◦ green 38 ◦ blue 26

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

Shades of Harley Davidson Orange #D5261A

Tints of Harley Davidson Orange #D5261A

RGB

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

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

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

R = 76.9%
G = 13.72%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5261A (or 0xD5261A) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 1A. RGB value is (213,38,26). Sum of RGB (Red+Green+Blue) = 213+38+26=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5261A is #2AD9E5. Grayscale: #595959. Windows color (decimal): -2808294 or 1713877. OLE color: 1713877.

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

Color convert

RGB 213 38 26 -
CMYK 0 0.82 0.88 0.16
HSL 3.85º 0.78% 0.47% -
HSV(B) 3.85º 0.88% 0.84% -
XYZ 28.32 15.61 2.5 -
YUV 88.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 213 38 26 0 0.82 0.88 0.16 3.85 0.78 0.47
Hex D5 26 1A 0 52 58 10 4 4E 2F
Octal 325 46 32 0 122 130 20 4 116 57
Binary 11010101 100110 11010 0 1010010 1011000 10000 100 1001110 101111

Color Harmonies of #D5261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5261A

Black with #D5261A

Text Example


Text Example

White with #D5261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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