Html Css Color HEX #D7281D Harley Davidson Orange

📋 copy color: '#D7281D'

red 215 ◦ green 40 ◦ blue 29

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

Shades of Harley Davidson Orange #D7281D

Tints of Harley Davidson Orange #D7281D

RGB

 RED value IS 215 (84.38% from 255) = 75.7%

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

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

R = 75.7%
G = 14.08%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7281D (or 0xD7281D) is known color: Harley Davidson Orange. HEX triplet: D7, 28 and 1D. RGB value is (215,40,29). Sum of RGB (Red+Green+Blue) = 215+40+29=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D7281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7281D is #28D7E2. Grayscale: #5B5B5B. Windows color (decimal): -2676707 or 1910999. OLE color: 1910999.

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

Color convert

RGB 215 40 29 -
CMYK 0 0.81 0.87 0.16
HSL 3.55º 0.76% 0.48% -
HSV(B) 3.55º 0.87% 0.84% -
XYZ 29 16.05 2.73 -
YUV 91.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 215 40 29 0 0.81 0.87 0.16 3.55 0.76 0.48
Hex D7 28 1D 0 51 57 10 4 4C 30
Octal 327 50 35 0 121 127 20 4 114 60
Binary 11010111 101000 11101 0 1010001 1010111 10000 100 1001100 110000

Color Harmonies of #D7281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7281D

Black with #D7281D

Text Example


Text Example

White with #D7281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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