Html Css Color HEX #DC2217 Harley Davidson Orange

📋 copy color: '#DC2217'

red 220 ◦ green 34 ◦ blue 23

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

Shades of Harley Davidson Orange #DC2217

Tints of Harley Davidson Orange #DC2217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 79.42%
G = 12.27%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2217 (or 0xDC2217) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 17. RGB value is (220,34,23). Sum of RGB (Red+Green+Blue) = 220+34+23=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2217 is #23DDE8. Grayscale: #585858. Windows color (decimal): -2350569 or 1516252. OLE color: 1516252.

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

Color convert

RGB 220 34 23 -
CMYK 0 0.85 0.90 0.14
HSL 3.35º 0.81% 0.48% -
HSV(B) 3.35º 0.9% 0.86% -
XYZ 30.24 16.42 2.39 -
YUV 88.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 220 34 23 0 0.85 0.90 0.14 3.35 0.81 0.48
Hex DC 22 17 0 55 5A E 3 51 30
Octal 334 42 27 0 125 132 16 3 121 60
Binary 11011100 100010 10111 0 1010101 1011010 1110 11 1010001 110000

Color Harmonies of #DC2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2217

Black with #DC2217

Text Example


Text Example

White with #DC2217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2217; }

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

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

background-color css

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

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

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

border-color css

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

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

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