Html Css Color HEX #DC371C Harley Davidson Orange

📋 copy color: '#DC371C'

red 220 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #DC371C

Tints of Harley Davidson Orange #DC371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 72.61%
G = 18.15%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC371C (or 0xDC371C) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 1C. RGB value is (220,55,28). Sum of RGB (Red+Green+Blue) = 220+55+28=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC371C is #23C8E3. Grayscale: #656565. Windows color (decimal): -2345188 or 1849308. OLE color: 1849308.

HSL color Cylindrical-coordinate representation of color #DC371C: hue angle of 8.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC371C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 28 -
CMYK 0 0.75 0.87 0.14
HSL 8.44º 0.77% 0.49% -
HSV(B) 8.44º 0.87% 0.86% -
XYZ 31.09 18.03 2.94 -
YUV 101.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 220 55 28 0 0.75 0.87 0.14 8.44 0.77 0.49
Hex DC 37 1C 0 4B 57 E 8 4D 31
Octal 334 67 34 0 113 127 16 10 115 61
Binary 11011100 110111 11100 0 1001011 1010111 1110 1000 1001101 110001

Color Harmonies of #DC371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC371C

Black with #DC371C

Text Example


Text Example

White with #DC371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC371C; }

 p { color: rgb(220,55,28); }

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

background-color css

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

 a { background-color: rgb(220,55,28); }

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

border-color css

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

 span { border-color: rgb(220,55,28); }

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