Html Css Color HEX #D7481C Harley Davidson Orange

📋 copy color: '#D7481C'

red 215 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #D7481C

Tints of Harley Davidson Orange #D7481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 68.25%
G = 22.86%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7481C (or 0xD7481C) is known color: Harley Davidson Orange. HEX triplet: D7, 48 and 1C. RGB value is (215,72,28). Sum of RGB (Red+Green+Blue) = 215+72+28=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7481C is #28B7E3. Grayscale: #6E6E6E. Windows color (decimal): -2668516 or 1853655. OLE color: 1853655.

HSL color Cylindrical-coordinate representation of color #D7481C: hue angle of 14.12º degrees, saturation: 0.77, 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 #D7481C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 28 -
CMYK 0 0.67 0.87 0.16
HSL 14.12º 0.77% 0.48% -
HSV(B) 14.12º 0.87% 0.84% -
XYZ 30.55 19.17 3.19 -
YUV 109.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 215 72 28 0 0.67 0.87 0.16 14.12 0.77 0.48
Hex D7 48 1C 0 43 57 10 E 4D 30
Octal 327 110 34 0 103 127 20 16 115 60
Binary 11010111 1001000 11100 0 1000011 1010111 10000 1110 1001101 110000

Color Harmonies of #D7481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7481C

Black with #D7481C

Text Example


Text Example

White with #D7481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7481C; }

 p { color: rgb(215,72,28); }

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

background-color css

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

 a { background-color: rgb(215,72,28); }

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

border-color css

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

 span { border-color: rgb(215,72,28); }

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