Html Css Color HEX #DC2317 Harley Davidson Orange

📋 copy color: '#DC2317'

red 220 ◦ green 35 ◦ blue 23

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

Shades of Harley Davidson Orange #DC2317

Tints of Harley Davidson Orange #DC2317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 79.14%
G = 12.59%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2317 (or 0xDC2317) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 17. RGB value is (220,35,23). Sum of RGB (Red+Green+Blue) = 220+35+23=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2317 is #23DCE8. Grayscale: #595959. Windows color (decimal): -2350313 or 1516508. OLE color: 1516508.

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

Color convert

RGB 220 35 23 -
CMYK 0 0.84 0.90 0.14
HSL 3.65º 0.81% 0.48% -
HSV(B) 3.65º 0.9% 0.86% -
XYZ 30.27 16.48 2.4 -
YUV 88.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 220 35 23 0 0.84 0.90 0.14 3.65 0.81 0.48
Hex DC 23 17 0 54 5A E 4 51 30
Octal 334 43 27 0 124 132 16 4 121 60
Binary 11011100 100011 10111 0 1010100 1011010 1110 100 1010001 110000

Color Harmonies of #DC2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2317

Black with #DC2317

Text Example


Text Example

White with #DC2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2317; }

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

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

background-color css

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

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

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

border-color css

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

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

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