Html Css Color HEX #DC351C Harley Davidson Orange

📋 copy color: '#DC351C'

red 220 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #DC351C

Tints of Harley Davidson Orange #DC351C

RGB

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

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

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

R = 73.09%
G = 17.61%
B = 9.3%

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

#DC351C (or 0xDC351C) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 1C. RGB value is (220,53,28). Sum of RGB (Red+Green+Blue) = 220+53+28=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC351C is #23CAE3. Grayscale: #646464. Windows color (decimal): -2345700 or 1848796. OLE color: 1848796.

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

Color convert

RGB 220 53 28 -
CMYK 0 0.76 0.87 0.14
HSL 7.81º 0.77% 0.49% -
HSV(B) 7.81º 0.87% 0.86% -
XYZ 31 17.85 2.91 -
YUV 100.08 87.33 213.53 -
System Red Green Blue C M Y K H S L
Decimal 220 53 28 0 0.76 0.87 0.14 7.81 0.77 0.49
Hex DC 35 1C 0 4C 57 E 8 4D 31
Octal 334 65 34 0 114 127 16 10 115 61
Binary 11011100 110101 11100 0 1001100 1010111 1110 1000 1001101 110001

Color Harmonies of #DC351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC351C

Black with #DC351C

Text Example


Text Example

White with #DC351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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