Html Css Color HEX #DC3415 Harley Davidson Orange

📋 copy color: '#DC3415'

red 220 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #DC3415

Tints of Harley Davidson Orange #DC3415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 75.09%
G = 17.75%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC3415 (or 0xDC3415) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 15. RGB value is (220,52,21). Sum of RGB (Red+Green+Blue) = 220+52+21=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3415 is #23CBEA. Grayscale: #626262. Windows color (decimal): -2345963 or 1389788. OLE color: 1389788.

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

Color convert

RGB 220 52 21 -
CMYK 0 0.76 0.90 0.14
HSL 9.35º 0.83% 0.47% -
HSV(B) 9.35º 0.9% 0.86% -
XYZ 30.88 17.73 2.5 -
YUV 98.7 84.16 214.52 -
System Red Green Blue C M Y K H S L
Decimal 220 52 21 0 0.76 0.90 0.14 9.35 0.83 0.47
Hex DC 34 15 0 4C 5A E 9 53 2F
Octal 334 64 25 0 114 132 16 11 123 57
Binary 11011100 110100 10101 0 1001100 1011010 1110 1001 1010011 101111

Color Harmonies of #DC3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3415

Black with #DC3415

Text Example


Text Example

White with #DC3415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3415; }

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

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

background-color css

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

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

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

border-color css

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

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

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