Html Css Color HEX #DC341B Harley Davidson Orange

📋 copy color: '#DC341B'

red 220 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #DC341B

Tints of Harley Davidson Orange #DC341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 73.58%
G = 17.39%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC341B (or 0xDC341B) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 1B. RGB value is (220,52,27). Sum of RGB (Red+Green+Blue) = 220+52+27=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC341B is #23CBE4. Grayscale: #636363. Windows color (decimal): -2345957 or 1783004. OLE color: 1783004.

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

Color convert

RGB 220 52 27 -
CMYK 0 0.76 0.88 0.14
HSL 7.77º 0.78% 0.48% -
HSV(B) 7.77º 0.88% 0.86% -
XYZ 30.94 17.75 2.83 -
YUV 99.38 87.16 214.03 -
System Red Green Blue C M Y K H S L
Decimal 220 52 27 0 0.76 0.88 0.14 7.77 0.78 0.48
Hex DC 34 1B 0 4C 58 E 8 4E 30
Octal 334 64 33 0 114 130 16 10 116 60
Binary 11011100 110100 11011 0 1001100 1011000 1110 1000 1001110 110000

Color Harmonies of #DC341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC341B

Black with #DC341B

Text Example


Text Example

White with #DC341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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