Html Css Color HEX #DC3512 Harley Davidson Orange

📋 copy color: '#DC3512'

red 220 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #DC3512

Tints of Harley Davidson Orange #DC3512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 75.6%
G = 18.21%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3512 (or 0xDC3512) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 12. RGB value is (220,53,18). Sum of RGB (Red+Green+Blue) = 220+53+18=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3512 is #23CAED. Grayscale: #636363. Windows color (decimal): -2345710 or 1193436. OLE color: 1193436.

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

Color convert

RGB 220 53 18 -
CMYK 0 0.76 0.92 0.14
HSL 10.4º 0.85% 0.47% -
HSV(B) 10.4º 0.92% 0.86% -
XYZ 30.9 17.81 2.38 -
YUV 98.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 220 53 18 0 0.76 0.92 0.14 10.4 0.85 0.47
Hex DC 35 12 0 4C 5C E A 55 2F
Octal 334 65 22 0 114 134 16 12 125 57
Binary 11011100 110101 10010 0 1001100 1011100 1110 1010 1010101 101111

Color Harmonies of #DC3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3512

Black with #DC3512

Text Example


Text Example

White with #DC3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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