Html Css Color HEX #DC271E Harley Davidson Orange

📋 copy color: '#DC271E'

red 220 ◦ green 39 ◦ blue 30

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

Shades of Harley Davidson Orange #DC271E

Tints of Harley Davidson Orange #DC271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 76.12%
G = 13.49%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC271E (or 0xDC271E) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 1E. RGB value is (220,39,30). Sum of RGB (Red+Green+Blue) = 220+39+30=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC271E is #23D8E1. Grayscale: #5C5C5C. Windows color (decimal): -2349282 or 1976284. OLE color: 1976284.

HSL color Cylindrical-coordinate representation of color #DC271E: hue angle of 2.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC271E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 30 -
CMYK 0 0.82 0.86 0.14
HSL 2.84º 0.76% 0.49% -
HSV(B) 2.84º 0.86% 0.86% -
XYZ 30.48 16.76 2.86 -
YUV 92.09 92.97 219.23 -
System Red Green Blue C M Y K H S L
Decimal 220 39 30 0 0.82 0.86 0.14 2.84 0.76 0.49
Hex DC 27 1E 0 52 56 E 3 4C 31
Octal 334 47 36 0 122 126 16 3 114 61
Binary 11011100 100111 11110 0 1010010 1010110 1110 11 1001100 110001

Color Harmonies of #DC271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC271E

Black with #DC271E

Text Example


Text Example

White with #DC271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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