Html Css Color HEX #D5280D Harley Davidson Orange

📋 copy color: '#D5280D'

red 213 ◦ green 40 ◦ blue 13

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

Shades of Harley Davidson Orange #D5280D

Tints of Harley Davidson Orange #D5280D

RGB

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

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

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

R = 80.08%
G = 15.04%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5280D (or 0xD5280D) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 0D. RGB value is (213,40,13). Sum of RGB (Red+Green+Blue) = 213+40+13=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5280D is #2AD7F2. Grayscale: #585858. Windows color (decimal): -2807795 or 862421. OLE color: 862421.

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

Color convert

RGB 213 40 13 -
CMYK 0 0.81 0.94 0.16
HSL 8.1º 0.88% 0.44% -
HSV(B) 8.1º 0.94% 0.84% -
XYZ 28.27 15.69 1.92 -
YUV 88.65 85.31 216.7 -
System Red Green Blue C M Y K H S L
Decimal 213 40 13 0 0.81 0.94 0.16 8.1 0.88 0.44
Hex D5 28 D 0 51 5E 10 8 58 2C
Octal 325 50 15 0 121 136 20 10 130 54
Binary 11010101 101000 1101 0 1010001 1011110 10000 1000 1011000 101100

Color Harmonies of #D5280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5280D

Black with #D5280D

Text Example


Text Example

White with #D5280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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