Html Css Color HEX #DC2512 Harley Davidson Orange

📋 copy color: '#DC2512'

red 220 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #DC2512

Tints of Harley Davidson Orange #DC2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 80%
G = 13.45%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC2512 (or 0xDC2512) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 12. RGB value is (220,37,18). Sum of RGB (Red+Green+Blue) = 220+37+18=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2512 is #23DAED. Grayscale: #595959. Windows color (decimal): -2349806 or 1189340. OLE color: 1189340.

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

Color convert

RGB 220 37 18 -
CMYK 0 0.83 0.92 0.14
HSL 5.64º 0.85% 0.47% -
HSV(B) 5.64º 0.92% 0.86% -
XYZ 30.29 16.58 2.18 -
YUV 89.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 220 37 18 0 0.83 0.92 0.14 5.64 0.85 0.47
Hex DC 25 12 0 53 5C E 6 55 2F
Octal 334 45 22 0 123 134 16 6 125 57
Binary 11011100 100101 10010 0 1010011 1011100 1110 110 1010101 101111

Color Harmonies of #DC2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2512

Black with #DC2512

Text Example


Text Example

White with #DC2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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