Html Css Color HEX #DC301B Harley Davidson Orange

📋 copy color: '#DC301B'

red 220 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #DC301B

Tints of Harley Davidson Orange #DC301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 74.58%
G = 16.27%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC301B (or 0xDC301B) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 1B. RGB value is (220,48,27). Sum of RGB (Red+Green+Blue) = 220+48+27=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC301B is #23CFE4. Grayscale: #616161. Windows color (decimal): -2346981 or 1781980. OLE color: 1781980.

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

Color convert

RGB 220 48 27 -
CMYK 0 0.78 0.88 0.14
HSL 6.53º 0.78% 0.48% -
HSV(B) 6.53º 0.88% 0.86% -
XYZ 30.77 17.41 2.78 -
YUV 97.03 88.48 215.71 -
System Red Green Blue C M Y K H S L
Decimal 220 48 27 0 0.78 0.88 0.14 6.53 0.78 0.48
Hex DC 30 1B 0 4E 58 E 7 4E 30
Octal 334 60 33 0 116 130 16 7 116 60
Binary 11011100 110000 11011 0 1001110 1011000 1110 111 1001110 110000

Color Harmonies of #DC301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC301B

Black with #DC301B

Text Example


Text Example

White with #DC301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC301B; }

 p { color: rgb(220,48,27); }

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

background-color css

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

 a { background-color: rgb(220,48,27); }

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

border-color css

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

 span { border-color: rgb(220,48,27); }

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