Html Css Color HEX #DC351A Harley Davidson Orange

📋 copy color: '#DC351A'

red 220 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #DC351A

Tints of Harley Davidson Orange #DC351A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 73.58%
G = 17.73%
B = 8.7%

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

#DC351A (or 0xDC351A) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 1A. RGB value is (220,53,26). Sum of RGB (Red+Green+Blue) = 220+53+26=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC351A is #23CAE5. Grayscale: #646464. Windows color (decimal): -2345702 or 1717724. OLE color: 1717724.

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

Color convert

RGB 220 53 26 -
CMYK 0 0.76 0.88 0.14
HSL 8.35º 0.79% 0.48% -
HSV(B) 8.35º 0.88% 0.86% -
XYZ 30.97 17.84 2.79 -
YUV 99.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 220 53 26 0 0.76 0.88 0.14 8.35 0.79 0.48
Hex DC 35 1A 0 4C 58 E 8 4F 30
Octal 334 65 32 0 114 130 16 10 117 60
Binary 11011100 110101 11010 0 1001100 1011000 1110 1000 1001111 110000

Color Harmonies of #DC351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC351A

Black with #DC351A

Text Example


Text Example

White with #DC351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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