Html Css Color HEX #DC350B Harley Davidson Orange

📋 copy color: '#DC350B'

red 220 ◦ green 53 ◦ blue 11

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

Shades of Harley Davidson Orange #DC350B

Tints of Harley Davidson Orange #DC350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 77.46%
G = 18.66%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC350B (or 0xDC350B) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 0B. RGB value is (220,53,11). Sum of RGB (Red+Green+Blue) = 220+53+11=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC350B is #23CAF4. Grayscale: #626262. Windows color (decimal): -2345717 or 734684. OLE color: 734684.

HSL color Cylindrical-coordinate representation of color #DC350B: hue angle of 12.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC350B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 11 -
CMYK 0 0.76 0.95 0.14
HSL 12.06º 0.9% 0.45% -
HSV(B) 12.06º 0.95% 0.86% -
XYZ 30.85 17.79 2.12 -
YUV 98.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 220 53 11 0 0.76 0.95 0.14 12.06 0.9 0.45
Hex DC 35 B 0 4C 5F E C 5A 2D
Octal 334 65 13 0 114 137 16 14 132 55
Binary 11011100 110101 1011 0 1001100 1011111 1110 1100 1011010 101101

Color Harmonies of #DC350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC350B

Black with #DC350B

Text Example


Text Example

White with #DC350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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