Html Css Color HEX #DC5334 Chilean Fire

📋 copy color: '#DC5334'

red 220 ◦ green 83 ◦ blue 52

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

Shades of Chilean Fire #DC5334

Tints of Chilean Fire #DC5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 61.97%
G = 23.38%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC5334 (or 0xDC5334) is known color: Chilean Fire. HEX triplet: DC, 53 and 34. RGB value is (220,83,52). Sum of RGB (Red+Green+Blue) = 220+83+52=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5334 is #23ACCB. Grayscale: #787878. Windows color (decimal): -2337996 or 3429340. OLE color: 3429340.

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

Color convert

RGB 220 83 52 -
CMYK 0 0.62 0.76 0.14
HSL 11.07º 0.71% 0.53% -
HSV(B) 11.07º 0.76% 0.86% -
XYZ 33.23 21.65 5.68 -
YUV 120.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 220 83 52 0 0.62 0.76 0.14 11.07 0.71 0.53
Hex DC 53 34 0 3E 4C E B 47 35
Octal 334 123 64 0 76 114 16 13 107 65
Binary 11011100 1010011 110100 0 111110 1001100 1110 1011 1000111 110101

Color Harmonies of #DC5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5334

Black with #DC5334

Text Example


Text Example

White with #DC5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5334; }

 p { color: rgb(220,83,52); }

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

background-color css

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

 a { background-color: rgb(220,83,52); }

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

border-color css

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

 span { border-color: rgb(220,83,52); }

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