Html Css Color HEX #DC2814 Harley Davidson Orange

📋 copy color: '#DC2814'

red 220 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #DC2814

Tints of Harley Davidson Orange #DC2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

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

R = 78.57%
G = 14.29%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC2814 (or 0xDC2814) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 14. RGB value is (220,40,20). Sum of RGB (Red+Green+Blue) = 220+40+20=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2814 is #23D7EB. Grayscale: #5B5B5B. Windows color (decimal): -2349036 or 1321180. OLE color: 1321180.

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

Color convert

RGB 220 40 20 -
CMYK 0 0.82 0.91 0.14
HSL 0.83% 0.47% -
HSV(B) 0.91% 0.86% -
XYZ 30.4 16.78 2.3 -
YUV 91.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 220 40 20 0 0.82 0.91 0.14 6 0.83 0.47
Hex DC 28 14 0 52 5B E 6 53 2F
Octal 334 50 24 0 122 133 16 6 123 57
Binary 11011100 101000 10100 0 1010010 1011011 1110 110 1010011 101111

Color Harmonies of #DC2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2814

Black with #DC2814

Text Example


Text Example

White with #DC2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2814; }

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

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

background-color css

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

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

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

border-color css

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

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

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