Html Css Color HEX #D6331F Harley Davidson Orange

📋 copy color: '#D6331F'

red 214 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #D6331F

Tints of Harley Davidson Orange #D6331F

RGB

 RED value IS 214 (83.98% from 255) = 72.3%

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

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

R = 72.3%
G = 17.23%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6331F (or 0xD6331F) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 1F. RGB value is (214,51,31). Sum of RGB (Red+Green+Blue) = 214+51+31=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6331F is #29CCE0. Grayscale: #616161. Windows color (decimal): -2739425 or 2044886. OLE color: 2044886.

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

Color convert

RGB 214 51 31 -
CMYK 0 0.76 0.86 0.16
HSL 6.56º 0.75% 0.48% -
HSV(B) 6.56º 0.86% 0.84% -
XYZ 29.16 16.76 2.99 -
YUV 97.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 214 51 31 0 0.76 0.86 0.16 6.56 0.75 0.48
Hex D6 33 1F 0 4C 56 10 7 4B 30
Octal 326 63 37 0 114 126 20 7 113 60
Binary 11010110 110011 11111 0 1001100 1010110 10000 111 1001011 110000

Color Harmonies of #D6331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6331F

Black with #D6331F

Text Example


Text Example

White with #D6331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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