Html Css Color HEX #D5261B Harley Davidson Orange

📋 copy color: '#D5261B'

red 213 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #D5261B

Tints of Harley Davidson Orange #D5261B

RGB

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

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

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

R = 76.62%
G = 13.67%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5261B (or 0xD5261B) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 1B. RGB value is (213,38,27). Sum of RGB (Red+Green+Blue) = 213+38+27=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5261B is #2AD9E4. Grayscale: #595959. Windows color (decimal): -2808293 or 1779413. OLE color: 1779413.

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

Color convert

RGB 213 38 27 -
CMYK 0 0.82 0.87 0.16
HSL 3.55º 0.78% 0.47% -
HSV(B) 3.55º 0.87% 0.84% -
XYZ 28.33 15.61 2.56 -
YUV 89.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 213 38 27 0 0.82 0.87 0.16 3.55 0.78 0.47
Hex D5 26 1B 0 52 57 10 4 4E 2F
Octal 325 46 33 0 122 127 20 4 116 57
Binary 11010101 100110 11011 0 1010010 1010111 10000 100 1001110 101111

Color Harmonies of #D5261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5261B

Black with #D5261B

Text Example


Text Example

White with #D5261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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