Html Css Color HEX #DC2714 Harley Davidson Orange

📋 copy color: '#DC2714'

red 220 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #DC2714

Tints of Harley Davidson Orange #DC2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

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

R = 78.85%
G = 13.98%
B = 7.17%

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

#DC2714 (or 0xDC2714) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 14. RGB value is (220,39,20). Sum of RGB (Red+Green+Blue) = 220+39+20=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2714 is #23D8EB. Grayscale: #5B5B5B. Windows color (decimal): -2349292 or 1320924. OLE color: 1320924.

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

Color convert

RGB 220 39 20 -
CMYK 0 0.82 0.91 0.14
HSL 5.7º 0.83% 0.47% -
HSV(B) 5.7º 0.91% 0.86% -
XYZ 30.37 16.72 2.29 -
YUV 90.95 87.97 220.04 -
System Red Green Blue C M Y K H S L
Decimal 220 39 20 0 0.82 0.91 0.14 5.7 0.83 0.47
Hex DC 27 14 0 52 5B E 6 53 2F
Octal 334 47 24 0 122 133 16 6 123 57
Binary 11011100 100111 10100 0 1010010 1011011 1110 110 1010011 101111

Color Harmonies of #DC2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2714

Black with #DC2714

Text Example


Text Example

White with #DC2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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