Html Css Color HEX #DC340B Harley Davidson Orange

📋 copy color: '#DC340B'

red 220 ◦ green 52 ◦ blue 11

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

Shades of Harley Davidson Orange #DC340B

Tints of Harley Davidson Orange #DC340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 77.74%
G = 18.37%
B = 3.89%

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

#DC340B (or 0xDC340B) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 0B. RGB value is (220,52,11). Sum of RGB (Red+Green+Blue) = 220+52+11=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC340B is #23CBF4. Grayscale: #616161. Windows color (decimal): -2345973 or 734428. OLE color: 734428.

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

Color convert

RGB 220 52 11 -
CMYK 0 0.76 0.95 0.14
HSL 11.77º 0.9% 0.45% -
HSV(B) 11.77º 0.95% 0.86% -
XYZ 30.8 17.7 2.11 -
YUV 97.56 79.16 215.33 -
System Red Green Blue C M Y K H S L
Decimal 220 52 11 0 0.76 0.95 0.14 11.77 0.9 0.45
Hex DC 34 B 0 4C 5F E C 5A 2D
Octal 334 64 13 0 114 137 16 14 132 55
Binary 11011100 110100 1011 0 1001100 1011111 1110 1100 1011010 101101

Color Harmonies of #DC340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC340B

Black with #DC340B

Text Example


Text Example

White with #DC340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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