Html Css Color HEX #DC441C Harley Davidson Orange

📋 copy color: '#DC441C'

red 220 ◦ green 68 ◦ blue 28

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

Shades of Harley Davidson Orange #DC441C

Tints of Harley Davidson Orange #DC441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 69.62%
G = 21.52%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC441C (or 0xDC441C) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 1C. RGB value is (220,68,28). Sum of RGB (Red+Green+Blue) = 220+68+28=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC441C is #23BBE3. Grayscale: #6D6D6D. Windows color (decimal): -2341860 or 1852636. OLE color: 1852636.

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

Color convert

RGB 220 68 28 -
CMYK 0 0.69 0.87 0.14
HSL 12.5º 0.77% 0.49% -
HSV(B) 12.5º 0.87% 0.86% -
XYZ 31.79 19.43 3.17 -
YUV 108.89 82.36 207.25 -
System Red Green Blue C M Y K H S L
Decimal 220 68 28 0 0.69 0.87 0.14 12.5 0.77 0.49
Hex DC 44 1C 0 45 57 E C 4D 31
Octal 334 104 34 0 105 127 16 14 115 61
Binary 11011100 1000100 11100 0 1000101 1010111 1110 1100 1001101 110001

Color Harmonies of #DC441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC441C

Black with #DC441C

Text Example


Text Example

White with #DC441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC441C; }

 p { color: rgb(220,68,28); }

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

background-color css

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

 a { background-color: rgb(220,68,28); }

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

border-color css

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

 span { border-color: rgb(220,68,28); }

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