Html Css Color HEX #DC481B Harley Davidson Orange

📋 copy color: '#DC481B'

red 220 ◦ green 72 ◦ blue 27

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

Shades of Harley Davidson Orange #DC481B

Tints of Harley Davidson Orange #DC481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

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

R = 68.97%
G = 22.57%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC481B (or 0xDC481B) is known color: Harley Davidson Orange. HEX triplet: DC, 48 and 1B. RGB value is (220,72,27). Sum of RGB (Red+Green+Blue) = 220+72+27=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC481B is #23B7E4. Grayscale: #6F6F6F. Windows color (decimal): -2340837 or 1788124. OLE color: 1788124.

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

Color convert

RGB 220 72 27 -
CMYK 0 0.67 0.88 0.14
HSL 13.99º 0.78% 0.48% -
HSV(B) 13.99º 0.88% 0.86% -
XYZ 32.03 19.93 3.2 -
YUV 111.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 220 72 27 0 0.67 0.88 0.14 13.99 0.78 0.48
Hex DC 48 1B 0 43 58 E E 4E 30
Octal 334 110 33 0 103 130 16 16 116 60
Binary 11011100 1001000 11011 0 1000011 1011000 1110 1110 1001110 110000

Color Harmonies of #DC481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC481B

Black with #DC481B

Text Example


Text Example

White with #DC481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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