Html Css Color HEX #DC5427 Chilean Fire

📋 copy color: '#DC5427'

red 220 ◦ green 84 ◦ blue 39

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

Shades of Chilean Fire #DC5427

Tints of Chilean Fire #DC5427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 64.14%
G = 24.49%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC5427 (or 0xDC5427) is known color: Chilean Fire. HEX triplet: DC, 54 and 27. RGB value is (220,84,39). Sum of RGB (Red+Green+Blue) = 220+84+39=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5427 is #23ABD8. Grayscale: #777777. Windows color (decimal): -2337753 or 2577628. OLE color: 2577628.

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

Color convert

RGB 220 84 39 -
CMYK 0 0.62 0.82 0.14
HSL 14.92º 0.72% 0.51% -
HSV(B) 14.92º 0.82% 0.86% -
XYZ 33.05 21.7 4.37 -
YUV 119.53 82.56 199.66 -
System Red Green Blue C M Y K H S L
Decimal 220 84 39 0 0.62 0.82 0.14 14.92 0.72 0.51
Hex DC 54 27 0 3E 52 E F 48 33
Octal 334 124 47 0 76 122 16 17 110 63
Binary 11011100 1010100 100111 0 111110 1010010 1110 1111 1001000 110011

Color Harmonies of #DC5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5427

Black with #DC5427

Text Example


Text Example

White with #DC5427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5427; }

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

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

background-color css

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

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

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

border-color css

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

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

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