Html Css Color HEX #D6330E Harley Davidson Orange

📋 copy color: '#D6330E'

red 214 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #D6330E

Tints of Harley Davidson Orange #D6330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 76.7%
G = 18.28%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6330E (or 0xD6330E) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 0E. RGB value is (214,51,14). Sum of RGB (Red+Green+Blue) = 214+51+14=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6330E is #29CCF1. Grayscale: #5F5F5F. Windows color (decimal): -2739442 or 930774. OLE color: 930774.

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

Color convert

RGB 214 51 14 -
CMYK 0 0.76 0.93 0.16
HSL 11.1º 0.88% 0.45% -
HSV(B) 11.1º 0.93% 0.84% -
XYZ 28.99 16.7 2.11 -
YUV 95.52 82 212.51 -
System Red Green Blue C M Y K H S L
Decimal 214 51 14 0 0.76 0.93 0.16 11.1 0.88 0.45
Hex D6 33 E 0 4C 5D 10 B 58 2D
Octal 326 63 16 0 114 135 20 13 130 55
Binary 11010110 110011 1110 0 1001100 1011101 10000 1011 1011000 101101

Color Harmonies of #D6330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6330E

Black with #D6330E

Text Example


Text Example

White with #D6330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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