Html Css Color HEX #D6221A Harley Davidson Orange

📋 copy color: '#D6221A'

red 214 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #D6221A

Tints of Harley Davidson Orange #D6221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 78.1%
G = 12.41%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6221A (or 0xD6221A) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 1A. RGB value is (214,34,26). Sum of RGB (Red+Green+Blue) = 214+34+26=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6221A is #29DDE5. Grayscale: #575757. Windows color (decimal): -2743782 or 1712854. OLE color: 1712854.

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

Color convert

RGB 214 34 26 -
CMYK 0 0.84 0.88 0.16
HSL 2.55º 0.78% 0.47% -
HSV(B) 2.55º 0.88% 0.84% -
XYZ 28.49 15.51 2.47 -
YUV 86.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 214 34 26 0 0.84 0.88 0.16 2.55 0.78 0.47
Hex D6 22 1A 0 54 58 10 3 4E 2F
Octal 326 42 32 0 124 130 20 3 116 57
Binary 11010110 100010 11010 0 1010100 1011000 10000 11 1001110 101111

Color Harmonies of #D6221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6221A

Black with #D6221A

Text Example


Text Example

White with #D6221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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