Html Css Color HEX #D6220B Harley Davidson Orange

📋 copy color: '#D6220B'

red 214 ◦ green 34 ◦ blue 11

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

Shades of Harley Davidson Orange #D6220B

Tints of Harley Davidson Orange #D6220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 82.63%
G = 13.13%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6220B (or 0xD6220B) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 0B. RGB value is (214,34,11). Sum of RGB (Red+Green+Blue) = 214+34+11=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D6220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6220B is #29DDF4. Grayscale: #555555. Windows color (decimal): -2743797 or 729814. OLE color: 729814.

HSL color Cylindrical-coordinate representation of color #D6220B: hue angle of 6.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6220B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 11 -
CMYK 0 0.84 0.95 0.16
HSL 6.8º 0.9% 0.44% -
HSV(B) 6.8º 0.95% 0.84% -
XYZ 28.36 15.46 1.81 -
YUV 85.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 214 34 11 0 0.84 0.95 0.16 6.8 0.9 0.44
Hex D6 22 B 0 54 5F 10 7 5A 2C
Octal 326 42 13 0 124 137 20 7 132 54
Binary 11010110 100010 1011 0 1010100 1011111 10000 111 1011010 101100

Color Harmonies of #D6220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6220B

Black with #D6220B

Text Example


Text Example

White with #D6220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6220B; }

 p { color: rgb(214,34,11); }

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

background-color css

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

 a { background-color: rgb(214,34,11); }

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

border-color css

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

 span { border-color: rgb(214,34,11); }

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