Html Css Color HEX #D7461F Harley Davidson Orange

📋 copy color: '#D7461F'

red 215 ◦ green 70 ◦ blue 31

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

Shades of Harley Davidson Orange #D7461F

Tints of Harley Davidson Orange #D7461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 68.04%
G = 22.15%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7461F (or 0xD7461F) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 1F. RGB value is (215,70,31). Sum of RGB (Red+Green+Blue) = 215+70+31=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7461F is #28B9E0. Grayscale: #6D6D6D. Windows color (decimal): -2669025 or 2049751. OLE color: 2049751.

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

Color convert

RGB 215 70 31 -
CMYK 0 0.67 0.86 0.16
HSL 12.72º 0.75% 0.48% -
HSV(B) 12.72º 0.86% 0.84% -
XYZ 30.46 18.93 3.34 -
YUV 108.91 84.04 203.67 -
System Red Green Blue C M Y K H S L
Decimal 215 70 31 0 0.67 0.86 0.16 12.72 0.75 0.48
Hex D7 46 1F 0 43 56 10 D 4B 30
Octal 327 106 37 0 103 126 20 15 113 60
Binary 11010111 1000110 11111 0 1000011 1010110 10000 1101 1001011 110000

Color Harmonies of #D7461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7461F

Black with #D7461F

Text Example


Text Example

White with #D7461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7461F; }

 p { color: rgb(215,70,31); }

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

background-color css

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

 a { background-color: rgb(215,70,31); }

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

border-color css

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

 span { border-color: rgb(215,70,31); }

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