Html Css Color HEX #DC221A Harley Davidson Orange

📋 copy color: '#DC221A'

red 220 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #DC221A

Tints of Harley Davidson Orange #DC221A

RGB

 RED value IS 220 (86.33% from 255) = 78.57%

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

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

R = 78.57%
G = 12.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC221A (or 0xDC221A) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 1A. RGB value is (220,34,26). Sum of RGB (Red+Green+Blue) = 220+34+26=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC221A is #23DDE5. Grayscale: #585858. Windows color (decimal): -2350566 or 1712860. OLE color: 1712860.

HSL color Cylindrical-coordinate representation of color #DC221A: hue angle of 2.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC221A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 26 -
CMYK 0 0.85 0.88 0.14
HSL 2.47º 0.79% 0.48% -
HSV(B) 2.47º 0.88% 0.86% -
XYZ 30.27 16.43 2.55 -
YUV 88.7 92.62 221.65 -
System Red Green Blue C M Y K H S L
Decimal 220 34 26 0 0.85 0.88 0.14 2.47 0.79 0.48
Hex DC 22 1A 0 55 58 E 2 4F 30
Octal 334 42 32 0 125 130 16 2 117 60
Binary 11011100 100010 11010 0 1010101 1011000 1110 10 1001111 110000

Color Harmonies of #DC221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC221A

Black with #DC221A

Text Example


Text Example

White with #DC221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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