Html Css Color HEX #DC3914 Harley Davidson Orange

📋 copy color: '#DC3914'

red 220 ◦ green 57 ◦ blue 20

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

Shades of Harley Davidson Orange #DC3914

Tints of Harley Davidson Orange #DC3914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 74.07%
G = 19.19%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3914 (or 0xDC3914) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 14. RGB value is (220,57,20). Sum of RGB (Red+Green+Blue) = 220+57+20=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3914 is #23C6EB. Grayscale: #656565. Windows color (decimal): -2344684 or 1325532. OLE color: 1325532.

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

Color convert

RGB 220 57 20 -
CMYK 0 0.74 0.91 0.14
HSL 11.1º 0.83% 0.47% -
HSV(B) 11.1º 0.91% 0.86% -
XYZ 31.1 18.19 2.53 -
YUV 101.52 82 212.51 -
System Red Green Blue C M Y K H S L
Decimal 220 57 20 0 0.74 0.91 0.14 11.1 0.83 0.47
Hex DC 39 14 0 4A 5B E B 53 2F
Octal 334 71 24 0 112 133 16 13 123 57
Binary 11011100 111001 10100 0 1001010 1011011 1110 1011 1010011 101111

Color Harmonies of #DC3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3914

Black with #DC3914

Text Example


Text Example

White with #DC3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3914; }

 p { color: rgb(220,57,20); }

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

background-color css

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

 a { background-color: rgb(220,57,20); }

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

border-color css

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

 span { border-color: rgb(220,57,20); }

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