Html Css Color HEX #D6221C Harley Davidson Orange

📋 copy color: '#D6221C'

red 214 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #D6221C

Tints of Harley Davidson Orange #D6221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 77.54%
G = 12.32%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6221C (or 0xD6221C) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 1C. RGB value is (214,34,28). Sum of RGB (Red+Green+Blue) = 214+34+28=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6221C is #29DDE3. Grayscale: #575757. Windows color (decimal): -2743780 or 1843926. OLE color: 1843926.

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

Color convert

RGB 214 34 28 -
CMYK 0 0.84 0.87 0.16
HSL 1.94º 0.77% 0.47% -
HSV(B) 1.94º 0.87% 0.84% -
XYZ 28.51 15.52 2.59 -
YUV 87.14 94.63 218.49 -
System Red Green Blue C M Y K H S L
Decimal 214 34 28 0 0.84 0.87 0.16 1.94 0.77 0.47
Hex D6 22 1C 0 54 57 10 2 4D 2F
Octal 326 42 34 0 124 127 20 2 115 57
Binary 11010110 100010 11100 0 1010100 1010111 10000 10 1001101 101111

Color Harmonies of #D6221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6221C

Black with #D6221C

Text Example


Text Example

White with #D6221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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