Html Css Color HEX #D0331F Harley Davidson Orange

📋 copy color: '#D0331F'

red 208 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #D0331F

Tints of Harley Davidson Orange #D0331F

RGB

 RED value IS 208 (81.64% from 255) = 71.72%

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

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

R = 71.72%
G = 17.59%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0331F (or 0xD0331F) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 1F. RGB value is (208,51,31). Sum of RGB (Red+Green+Blue) = 208+51+31=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0331F is #2FCCE0. Grayscale: #5F5F5F. Windows color (decimal): -3132641 or 2044880. OLE color: 2044880.

HSL color Cylindrical-coordinate representation of color #D0331F: hue angle of 6.78º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0331F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 31 -
CMYK 0 0.75 0.85 0.18
HSL 6.78º 0.74% 0.47% -
HSV(B) 6.78º 0.85% 0.82% -
XYZ 27.44 15.88 2.91 -
YUV 95.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 208 51 31 0 0.75 0.85 0.18 6.78 0.74 0.47
Hex D0 33 1F 0 4B 55 12 7 4A 2F
Octal 320 63 37 0 113 125 22 7 112 57
Binary 11010000 110011 11111 0 1001011 1010101 10010 111 1001010 101111

Color Harmonies of #D0331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0331F

Black with #D0331F

Text Example


Text Example

White with #D0331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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