Html Css Color HEX #D6331B Harley Davidson Orange

📋 copy color: '#D6331B'

red 214 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #D6331B

Tints of Harley Davidson Orange #D6331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 73.29%
G = 17.47%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6331B (or 0xD6331B) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 1B. RGB value is (214,51,27). Sum of RGB (Red+Green+Blue) = 214+51+27=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6331B is #29CCE4. Grayscale: #616161. Windows color (decimal): -2739429 or 1782742. OLE color: 1782742.

HSL color Cylindrical-coordinate representation of color #D6331B: hue angle of 7.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6331B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 27 -
CMYK 0 0.76 0.87 0.16
HSL 7.7º 0.78% 0.47% -
HSV(B) 7.7º 0.87% 0.84% -
XYZ 29.11 16.74 2.73 -
YUV 97 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 214 51 27 0 0.76 0.87 0.16 7.7 0.78 0.47
Hex D6 33 1B 0 4C 57 10 8 4E 2F
Octal 326 63 33 0 114 127 20 10 116 57
Binary 11010110 110011 11011 0 1001100 1010111 10000 1000 1001110 101111

Color Harmonies of #D6331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6331B

Black with #D6331B

Text Example


Text Example

White with #D6331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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