Html Css Color HEX #D6221E Harley Davidson Orange

📋 copy color: '#D6221E'

red 214 ◦ green 34 ◦ blue 30

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

Shades of Harley Davidson Orange #D6221E

Tints of Harley Davidson Orange #D6221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 76.98%
G = 12.23%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6221E (or 0xD6221E) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 1E. RGB value is (214,34,30). Sum of RGB (Red+Green+Blue) = 214+34+30=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6221E is #29DDE1. Grayscale: #575757. Windows color (decimal): -2743778 or 1974998. OLE color: 1974998.

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

Color convert

RGB 214 34 30 -
CMYK 0 0.84 0.86 0.16
HSL 1.3º 0.75% 0.48% -
HSV(B) 1.3º 0.86% 0.84% -
XYZ 28.54 15.53 2.72 -
YUV 87.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 214 34 30 0 0.84 0.86 0.16 1.3 0.75 0.48
Hex D6 22 1E 0 54 56 10 1 4B 30
Octal 326 42 36 0 124 126 20 1 113 60
Binary 11010110 100010 11110 0 1010100 1010110 10000 1 1001011 110000

Color Harmonies of #D6221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6221E

Black with #D6221E

Text Example


Text Example

White with #D6221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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