Html Css Color HEX #DC3407 Harley Davidson Orange

📋 copy color: '#DC3407'

red 220 ◦ green 52 ◦ blue 7

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

Shades of Harley Davidson Orange #DC3407

Tints of Harley Davidson Orange #DC3407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 78.85%
G = 18.64%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC3407 (or 0xDC3407) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 07. RGB value is (220,52,7). Sum of RGB (Red+Green+Blue) = 220+52+7=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3407 is #23CBF8. Grayscale: #616161. Windows color (decimal): -2345977 or 472284. OLE color: 472284.

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

Color convert

RGB 220 52 7 -
CMYK 0 0.76 0.97 0.14
HSL 12.68º 0.94% 0.45% -
HSV(B) 12.68º 0.97% 0.86% -
XYZ 30.78 17.69 1.99 -
YUV 97.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 220 52 7 0 0.76 0.97 0.14 12.68 0.94 0.45
Hex DC 34 7 0 4C 61 E D 5E 2D
Octal 334 64 7 0 114 141 16 15 136 55
Binary 11011100 110100 111 0 1001100 1100001 1110 1101 1011110 101101

Color Harmonies of #DC3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3407

Black with #DC3407

Text Example


Text Example

White with #DC3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3407; }

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

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

background-color css

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

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

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

border-color css

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

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

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