Html Css Color HEX #DC461B Harley Davidson Orange

📋 copy color: '#DC461B'

red 220 ◦ green 70 ◦ blue 27

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

Shades of Harley Davidson Orange #DC461B

Tints of Harley Davidson Orange #DC461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 69.4%
G = 22.08%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC461B (or 0xDC461B) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 1B. RGB value is (220,70,27). Sum of RGB (Red+Green+Blue) = 220+70+27=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC461B is #23B9E4. Grayscale: #6E6E6E. Windows color (decimal): -2341349 or 1787612. OLE color: 1787612.

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

Color convert

RGB 220 70 27 -
CMYK 0 0.68 0.88 0.14
HSL 13.37º 0.78% 0.48% -
HSV(B) 13.37º 0.88% 0.86% -
XYZ 31.9 19.68 3.15 -
YUV 109.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 220 70 27 0 0.68 0.88 0.14 13.37 0.78 0.48
Hex DC 46 1B 0 44 58 E D 4E 30
Octal 334 106 33 0 104 130 16 15 116 60
Binary 11011100 1000110 11011 0 1000100 1011000 1110 1101 1001110 110000

Color Harmonies of #DC461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC461B

Black with #DC461B

Text Example


Text Example

White with #DC461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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