Html Css Color HEX #D6331D Harley Davidson Orange

📋 copy color: '#D6331D'

red 214 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #D6331D

Tints of Harley Davidson Orange #D6331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 72.79%
G = 17.35%
B = 9.86%

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

#D6331D (or 0xD6331D) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 1D. RGB value is (214,51,29). Sum of RGB (Red+Green+Blue) = 214+51+29=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6331D is #29CCE2. Grayscale: #616161. Windows color (decimal): -2739427 or 1913814. OLE color: 1913814.

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

Color convert

RGB 214 51 29 -
CMYK 0 0.76 0.86 0.16
HSL 7.14º 0.76% 0.48% -
HSV(B) 7.14º 0.86% 0.84% -
XYZ 29.14 16.75 2.86 -
YUV 97.23 89.5 211.29 -
System Red Green Blue C M Y K H S L
Decimal 214 51 29 0 0.76 0.86 0.16 7.14 0.76 0.48
Hex D6 33 1D 0 4C 56 10 7 4C 30
Octal 326 63 35 0 114 126 20 7 114 60
Binary 11010110 110011 11101 0 1001100 1010110 10000 111 1001100 110000

Color Harmonies of #D6331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6331D

Black with #D6331D

Text Example


Text Example

White with #D6331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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