Html Css Color HEX #D5281A Harley Davidson Orange

📋 copy color: '#D5281A'

red 213 ◦ green 40 ◦ blue 26

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

Shades of Harley Davidson Orange #D5281A

Tints of Harley Davidson Orange #D5281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 76.34%
G = 14.34%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5281A (or 0xD5281A) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 1A. RGB value is (213,40,26). Sum of RGB (Red+Green+Blue) = 213+40+26=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5281A is #2AD7E5. Grayscale: #5A5A5A. Windows color (decimal): -2807782 or 1714389. OLE color: 1714389.

HSL color Cylindrical-coordinate representation of color #D5281A: hue angle of 4.49º 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 #D5281A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 26 -
CMYK 0 0.81 0.88 0.16
HSL 4.49º 0.78% 0.47% -
HSV(B) 4.49º 0.88% 0.84% -
XYZ 28.39 15.74 2.52 -
YUV 90.13 91.81 215.64 -
System Red Green Blue C M Y K H S L
Decimal 213 40 26 0 0.81 0.88 0.16 4.49 0.78 0.47
Hex D5 28 1A 0 51 58 10 4 4E 2F
Octal 325 50 32 0 121 130 20 4 116 57
Binary 11010101 101000 11010 0 1010001 1011000 10000 100 1001110 101111

Color Harmonies of #D5281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5281A

Black with #D5281A

Text Example


Text Example

White with #D5281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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