Html Css Color HEX #D5281D Harley Davidson Orange

📋 copy color: '#D5281D'

red 213 ◦ green 40 ◦ blue 29

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

Shades of Harley Davidson Orange #D5281D

Tints of Harley Davidson Orange #D5281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 75.53%
G = 14.18%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5281D (or 0xD5281D) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 1D. RGB value is (213,40,29). Sum of RGB (Red+Green+Blue) = 213+40+29=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5281D is #2AD7E2. Grayscale: #5A5A5A. Windows color (decimal): -2807779 or 1910997. OLE color: 1910997.

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

Color convert

RGB 213 40 29 -
CMYK 0 0.81 0.86 0.16
HSL 3.59º 0.76% 0.47% -
HSV(B) 3.59º 0.86% 0.84% -
XYZ 28.42 15.75 2.7 -
YUV 90.47 93.31 215.39 -
System Red Green Blue C M Y K H S L
Decimal 213 40 29 0 0.81 0.86 0.16 3.59 0.76 0.47
Hex D5 28 1D 0 51 56 10 4 4C 2F
Octal 325 50 35 0 121 126 20 4 114 57
Binary 11010101 101000 11101 0 1010001 1010110 10000 100 1001100 101111

Color Harmonies of #D5281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5281D

Black with #D5281D

Text Example


Text Example

White with #D5281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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