Html Css Color HEX #DC320B Harley Davidson Orange

📋 copy color: '#DC320B'

red 220 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #DC320B

Tints of Harley Davidson Orange #DC320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

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

R = 78.29%
G = 17.79%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC320B (or 0xDC320B) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 0B. RGB value is (220,50,11). Sum of RGB (Red+Green+Blue) = 220+50+11=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC320B is #23CDF4. Grayscale: #606060. Windows color (decimal): -2346485 or 733916. OLE color: 733916.

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

Color convert

RGB 220 50 11 -
CMYK 0 0.77 0.95 0.14
HSL 11.2º 0.9% 0.45% -
HSV(B) 11.2º 0.95% 0.86% -
XYZ 30.72 17.52 2.08 -
YUV 96.38 79.82 216.17 -
System Red Green Blue C M Y K H S L
Decimal 220 50 11 0 0.77 0.95 0.14 11.2 0.9 0.45
Hex DC 32 B 0 4D 5F E B 5A 2D
Octal 334 62 13 0 115 137 16 13 132 55
Binary 11011100 110010 1011 0 1001101 1011111 1110 1011 1011010 101101

Color Harmonies of #DC320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC320B

Black with #DC320B

Text Example


Text Example

White with #DC320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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