Html Css Color HEX #DC351B Harley Davidson Orange

📋 copy color: '#DC351B'

red 220 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #DC351B

Tints of Harley Davidson Orange #DC351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 73.33%
G = 17.67%
B = 9%

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

#DC351B (or 0xDC351B) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 1B. RGB value is (220,53,27). Sum of RGB (Red+Green+Blue) = 220+53+27=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC351B is #23CAE4. Grayscale: #646464. Windows color (decimal): -2345701 or 1783260. OLE color: 1783260.

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

Color convert

RGB 220 53 27 -
CMYK 0 0.76 0.88 0.14
HSL 8.08º 0.78% 0.48% -
HSV(B) 8.08º 0.88% 0.86% -
XYZ 30.99 17.84 2.85 -
YUV 99.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 220 53 27 0 0.76 0.88 0.14 8.08 0.78 0.48
Hex DC 35 1B 0 4C 58 E 8 4E 30
Octal 334 65 33 0 114 130 16 10 116 60
Binary 11011100 110101 11011 0 1001100 1011000 1110 1000 1001110 110000

Color Harmonies of #DC351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC351B

Black with #DC351B

Text Example


Text Example

White with #DC351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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