Html Css Color HEX #D8331F Harley Davidson Orange

📋 copy color: '#D8331F'

red 216 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #D8331F

Tints of Harley Davidson Orange #D8331F

RGB

 RED value IS 216 (84.77% from 255) = 72.48%

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 72.48%
G = 17.11%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8331F (or 0xD8331F) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 1F. RGB value is (216,51,31). Sum of RGB (Red+Green+Blue) = 216+51+31=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8331F is #27CCE0. Grayscale: #626262. Windows color (decimal): -2608353 or 2044888. OLE color: 2044888.

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

Color convert

RGB 216 51 31 -
CMYK 0 0.76 0.86 0.15
HSL 6.49º 0.75% 0.48% -
HSV(B) 6.49º 0.86% 0.85% -
XYZ 29.75 17.07 3.02 -
YUV 98.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 216 51 31 0 0.76 0.86 0.15 6.49 0.75 0.48
Hex D8 33 1F 0 4C 56 F 6 4B 30
Octal 330 63 37 0 114 126 17 6 113 60
Binary 11011000 110011 11111 0 1001100 1010110 1111 110 1001011 110000

Color Harmonies of #D8331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8331F

Black with #D8331F

Text Example


Text Example

White with #D8331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8331F; }

 p { color: rgb(216,51,31); }

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

background-color css

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

 a { background-color: rgb(216,51,31); }

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

border-color css

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

 span { border-color: rgb(216,51,31); }

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