Html Css Color HEX #DC612E Chilean Fire

📋 copy color: '#DC612E'

red 220 ◦ green 97 ◦ blue 46

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

Shades of Chilean Fire #DC612E

Tints of Chilean Fire #DC612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 60.61%
G = 26.72%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC612E (or 0xDC612E) is known color: Chilean Fire. HEX triplet: DC, 61 and 2E. RGB value is (220,97,46). Sum of RGB (Red+Green+Blue) = 220+97+46=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC612E is #239ED1. Grayscale: #808080. Windows color (decimal): -2334418 or 3039708. OLE color: 3039708.

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

Color convert

RGB 220 97 46 -
CMYK 0 0.56 0.79 0.14
HSL 17.59º 0.71% 0.52% -
HSV(B) 17.59º 0.79% 0.86% -
XYZ 34.28 23.96 5.4 -
YUV 127.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 220 97 46 0 0.56 0.79 0.14 17.59 0.71 0.52
Hex DC 61 2E 0 38 4F E 12 47 34
Octal 334 141 56 0 70 117 16 22 107 64
Binary 11011100 1100001 101110 0 111000 1001111 1110 10010 1000111 110100

Color Harmonies of #DC612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC612E

Black with #DC612E

Text Example


Text Example

White with #DC612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC612E; }

 p { color: rgb(220,97,46); }

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

background-color css

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

 a { background-color: rgb(220,97,46); }

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

border-color css

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

 span { border-color: rgb(220,97,46); }

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