Html Css Color HEX #D7481B Harley Davidson Orange

📋 copy color: '#D7481B'

red 215 ◦ green 72 ◦ blue 27

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

Shades of Harley Davidson Orange #D7481B

Tints of Harley Davidson Orange #D7481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 68.47%
G = 22.93%
B = 8.6%

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

#D7481B (or 0xD7481B) is known color: Harley Davidson Orange. HEX triplet: D7, 48 and 1B. RGB value is (215,72,27). Sum of RGB (Red+Green+Blue) = 215+72+27=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7481B is #28B7E4. Grayscale: #6D6D6D. Windows color (decimal): -2668517 or 1788119. OLE color: 1788119.

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

Color convert

RGB 215 72 27 -
CMYK 0 0.67 0.87 0.16
HSL 14.36º 0.78% 0.47% -
HSV(B) 14.36º 0.87% 0.84% -
XYZ 30.54 19.16 3.13 -
YUV 109.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 215 72 27 0 0.67 0.87 0.16 14.36 0.78 0.47
Hex D7 48 1B 0 43 57 10 E 4E 2F
Octal 327 110 33 0 103 127 20 16 116 57
Binary 11010111 1001000 11011 0 1000011 1010111 10000 1110 1001110 101111

Color Harmonies of #D7481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7481B

Black with #D7481B

Text Example


Text Example

White with #D7481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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