Html Css Color HEX #D7431F Harley Davidson Orange

📋 copy color: '#D7431F'

red 215 ◦ green 67 ◦ blue 31

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

Shades of Harley Davidson Orange #D7431F

Tints of Harley Davidson Orange #D7431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 68.69%
G = 21.41%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7431F (or 0xD7431F) is known color: Harley Davidson Orange. HEX triplet: D7, 43 and 1F. RGB value is (215,67,31). Sum of RGB (Red+Green+Blue) = 215+67+31=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7431F is #28BCE0. Grayscale: #6B6B6B. Windows color (decimal): -2669793 or 2048983. OLE color: 2048983.

HSL color Cylindrical-coordinate representation of color #D7431F: hue angle of 11.74º 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 #D7431F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 67 31 -
CMYK 0 0.69 0.86 0.16
HSL 11.74º 0.75% 0.48% -
HSV(B) 11.74º 0.86% 0.84% -
XYZ 30.28 18.56 3.28 -
YUV 107.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 215 67 31 0 0.69 0.86 0.16 11.74 0.75 0.48
Hex D7 43 1F 0 45 56 10 C 4B 30
Octal 327 103 37 0 105 126 20 14 113 60
Binary 11010111 1000011 11111 0 1000101 1010110 10000 1100 1001011 110000

Color Harmonies of #D7431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7431F

Black with #D7431F

Text Example


Text Example

White with #D7431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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