Html Css Color HEX #DC341C Harley Davidson Orange

📋 copy color: '#DC341C'

red 220 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #DC341C

Tints of Harley Davidson Orange #DC341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 73.33%
G = 17.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC341C (or 0xDC341C) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 1C. RGB value is (220,52,28). Sum of RGB (Red+Green+Blue) = 220+52+28=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC341C is #23CBE3. Grayscale: #636363. Windows color (decimal): -2345956 or 1848540. OLE color: 1848540.

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

Color convert

RGB 220 52 28 -
CMYK 0 0.76 0.87 0.14
HSL 7.5º 0.77% 0.49% -
HSV(B) 7.5º 0.87% 0.86% -
XYZ 30.95 17.76 2.89 -
YUV 99.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 220 52 28 0 0.76 0.87 0.14 7.5 0.77 0.49
Hex DC 34 1C 0 4C 57 E 8 4D 31
Octal 334 64 34 0 114 127 16 10 115 61
Binary 11011100 110100 11100 0 1001100 1010111 1110 1000 1001101 110001

Color Harmonies of #DC341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC341C

Black with #DC341C

Text Example


Text Example

White with #DC341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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