Html Css Color HEX #DC3812 Harley Davidson Orange

📋 copy color: '#DC3812'

red 220 ◦ green 56 ◦ blue 18

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

Shades of Harley Davidson Orange #DC3812

Tints of Harley Davidson Orange #DC3812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

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

R = 74.83%
G = 19.05%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3812 (or 0xDC3812) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 12. RGB value is (220,56,18). Sum of RGB (Red+Green+Blue) = 220+56+18=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3812 is #23C7ED. Grayscale: #656565. Windows color (decimal): -2344942 or 1194204. OLE color: 1194204.

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

Color convert

RGB 220 56 18 -
CMYK 0 0.75 0.92 0.14
HSL 11.29º 0.85% 0.47% -
HSV(B) 11.29º 0.92% 0.86% -
XYZ 31.04 18.09 2.43 -
YUV 100.7 81.33 213.09 -
System Red Green Blue C M Y K H S L
Decimal 220 56 18 0 0.75 0.92 0.14 11.29 0.85 0.47
Hex DC 38 12 0 4B 5C E B 55 2F
Octal 334 70 22 0 113 134 16 13 125 57
Binary 11011100 111000 10010 0 1001011 1011100 1110 1011 1010101 101111

Color Harmonies of #DC3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3812

Black with #DC3812

Text Example


Text Example

White with #DC3812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3812; }

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

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

background-color css

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

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

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

border-color css

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

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

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